openPDC Historian Help
Hour Property
Namespaces ► TVA.Historian.Packets ► PacketType2 ► Hour
Gets or sets the hour-part of the time.
Declaration Syntax
C#Visual BasicVisual C++
public short Hour { get; set; }
Public Property Hour As Short
public:
property short Hour {
	short get ();
	void set (short value);
}
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not between 0 and 23.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252