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