Hello,
I have to store DateTime.Now value in UInt32 variable. This variable will send with an EtherPacket extention.
This field in packet will monitor as 32 bit : Nov 11, 2004 10:13:52.-660770640
My question is how can i store DateTime.Now in in UInt32 variable and read DateTime from it ?
regards