I believe there is no structure just to manipulate time. I would suggest
that you can use one of the overloaded constructor of Datetime and
provide minimum date i.e 01/0/01.
Example:
DateTime dt = new DateTime (1, 1, 1, hour, minute, sec).
--
Tariq Karim | Capgemini | El-Segundo
Senior Consultant | Telecom Media and Entertainment
Mobile: +01 832-433-6055 |
www.capgemini.com
Join the Collaborative Business Experience
DaTurk wrote:
> Hi,
>
> I only need to represent the time, not the day. Is there any other
> structure I can use beside DateTime? Because the constructor doesn't
> have the ability to take the time alone.
>
> Thanks
>