hi, apologies if this is in the wrong forum.
I have a timestamp which is stored as as a 32bit integer in a database. I need to convert this integer value back into an understandable format (datetime or string showing 12/12/2007 14:32:01 etc)At the moment is is a nine digit integer 769590025)the integer was originally a delphi Longword datatype.
I understand that longword datatypes are equivalent to UInt datatypes in C#. how can i convert this into a datetime value? maybe using something from System.Convert?
Thanks in advance and apologies again if this has been posted in the wrong place!
I have a timestamp which is stored as as a 32bit integer in a database. I need to convert this integer value back into an understandable format (datetime or string showing 12/12/2007 14:32:01 etc)At the moment is is a nine digit integer 769590025)the integer was originally a delphi Longword datatype.
I understand that longword datatypes are equivalent to UInt datatypes in C#. how can i convert this into a datetime value? maybe using something from System.Convert?
Thanks in advance and apologies again if this has been posted in the wrong place!