DlmsTypeTime(Byte, Byte, Byte, Byte) Constructor

Creates a new instance of DlmsTypeDate using hour, minute, second, hundredth.

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 DlmsTypeTime(
	byte hour,
	byte minute,
	byte second,
	byte hundredth
)

Parameters

hour  Byte
minute  Byte
second  Byte
hundredth  Byte

See Also