Whisperstream Research Group - SerialComm GSM SDK Documentation

SMSUtil.ConvertPDUTimestampToDateTime Method

creates a datetime object from an array of bytes, each byte is first reversed

Overload List

creates a datetime object from an array of bytes, each byte is first reversed

public static DateTime ConvertPDUTimestampToDateTime(byte[]);

creates a datetime object from a string of numbers of the form YYMMDDHHmmsstt

public static DateTime ConvertPDUTimestampToDateTime(string);

See Also

SMSUtil Class | Whisperstream.SerialComm.Framework.SMS Namespace