DlmsTypeDateTime Constructor

Overload List

DlmsTypeDateTime Paramaterless constructor used by XmlSerializer.
DlmsTypeDateTime(ByteBuffer) Creates a new instance of DlmsTypeDateTime using raw data returned by the server (meter).
DlmsTypeDateTime(DateTime) Creates a new instance of DlmsTypeDateTime using System.DateTime. deviation and clock_status are set to 0.
DlmsTypeDateTime(DlmsTypeOctetString) Creates a new instance of DlmsTypeDateTime using octet string returned by the server (meter).
DlmsTypeDateTime(DateTime, Int64, Byte) Creates a new instance of DlmsTypeDateTime using System.DateTime.
DlmsTypeDateTime(DateTime, TimeZoneInfo, Boolean) Creates a new instance of DlmsTypeDateTime and TimeZoneInfo.
DlmsTypeDateTime(UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Int16, Byte) Creates a new instance of DlmsTypeDateTime using its parts.

See Also