DlmsTypeDateTime(UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Int16, Byte) Constructor

Creates a new instance of DlmsTypeDateTime using its parts.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public DlmsTypeDateTime(
	ushort year,
	byte month,
	byte dayOfMonth,
	byte dayOfWeek,
	byte hour,
	byte minute,
	byte second,
	byte hundredth,
	short deviation,
	byte clockStatus
)

Parameters

year  UInt16
month  Byte
dayOfMonth  Byte
dayOfWeek  Byte
hour  Byte
minute  Byte
second  Byte
hundredth  Byte
deviation  Int16
clockStatus  Byte

See Also