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


ITimeDuration.Minutes 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.Minutes Property
ArcGIS Developer Help

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(
  System.Int32* 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