DlmsTypeDate(UInt16, Byte, Byte, Byte) Constructor

Creates a new instance of DlmsTypeDate 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 DlmsTypeDate(
	ushort year,
	byte month,
	byte dayOfMonth,
	byte dayOfWeek
)

Parameters

year  UInt16
month  Byte
dayOfMonth  Byte
dayOfWeek  Byte

See Also