Click or drag to resize

PacketType2Minute Property

Gets or sets the minute-part of the time.

Namespace: GSF.Historian.Packets
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public short Minute { get; set; }
View Source

Property Value

Int16
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not between 0 and 59.
See Also