Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing a date into its simplest format
Message
 
To
31/01/2008 10:34:45
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01287307
Message ID:
01287511
Views:
12
>>I don't know if it has been answered yet, but the DateTime structure has a constructor where you can pass the number of ticks.
>>
>>long ticks = DateTime.Now.Ticks;
>>DateTime aLittleWhileAgo = new DateTime(ticks);
>>
>
>Yes, that is what I have found last night and implemented it.

Cool. I really like the concept of ticks. I have been using it a lot.
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform