This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.Day Property (ArcObjects .NET 10.4 SDK) |
The time's gregorian day.
[Visual Basic .NET] Public Property Day As Short
[C#] public short Day {get; set;}
[C++]
HRESULT get_Day(
short* Day
);
[C++]
HRESULT put_Day(
short Day
);
[C++]
Parameters Day [out, retval] Day is a parameter of type short Day [in] Day is a parameter of type short