This document is archived and information here might be outdated.  Recommended version.


ITime.Hour Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITime.Hour Property

The time's hour.

[Visual Basic .NET]
Public Property Hour As Short
[C#]
public short Hour {get; set;}
[C++]
HRESULT get_Hour(
  short* Hour
);
[C++]
HRESULT put_Hour(
  short Hour
);
[C++]

Parameters Hour [out, retval] Hour is a parameter of type short Hour [in] Hour is a parameter of type short

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITime Interface