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


ITime.Hour Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.Hour Property
ArcGIS Developer Help

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(
  System.Int16* 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