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


ITimeDuration.Days Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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(
  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

Product Availability

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

See Also

ITimeDuration Interface