ArcObjects Library Reference (System)  

ITimeDuration.Minutes Property

The time duration minutes component.

[Visual Basic .NET]
Public Property Minutes As Integer
[C#]
public int Minutes {get; set;}
[C++]
HRESULT get_Minutes(
  long* Minutes
);
[C++]
HRESULT put_Minutes(
  long Minutes
);
[C++]

Parameters

Minutes [out, retval]   Minutes is a parameter of type long Minutes [in]   Minutes is a parameter of type long

Product Availability

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

See Also

ITimeDuration Interface