This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.Hour Property (ArcObjects .NET 10.4 SDK) |
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