This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.Days Property (ArcObjects .NET 10.4 SDK) |
The time duration days component.
[Visual Basic .NET] Public Property Days As Integer
[C#] public int Days {get; set;}
[C++]
HRESULT get_Days(
long* Days
);
[C++]
HRESULT put_Days(
long Days
);
[C++]
Parameters Days [out, retval] Days is a parameter of type long Days [in] Days is a parameter of type long