D
Daniel Stoever
I have a client program that talks to an IBM mainframe and recieves
64bit unsigned integers(STCK) that represent date-time values. I need to
convert these to native DateTime format for use in my c# code. There
appears to be a convert function that takes a long parameter and returns
a DateTime but not a ulong. Anyone have or know of any conversion
routines available for this purpose. If not I'll have to write my own.
Thanks.
64bit unsigned integers(STCK) that represent date-time values. I need to
convert these to native DateTime format for use in my c# code. There
appears to be a convert function that takes a long parameter and returns
a DateTime but not a ulong. Anyone have or know of any conversion
routines available for this purpose. If not I'll have to write my own.
Thanks.