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


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

ITimeDuration.Days Property

The time duration days component.

[Visual Basic .NET]
Public Property Days As Integer
[C#]
public int Days {get; set;}
[C++]
HRESULT get_Days(
  System.Int32* 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

Product Availability

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

See Also

ITimeDuration Interface