X
XingZheng
Hi
Could you tell me how to convert DateTime to UInt32 in C#.
Thanks
Could you tell me how to convert DateTime to UInt32 in C#.
Thanks
Could you tell me how to convert DateTime to UInt32 in C#.
This is the code in Visual C++
time_t timeNow;
UINT nSeed = time(&timeNow);
How to get nSeed in C# when we have DateTime.Now?