This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.Minutes Property (ArcObjects .NET 10.5 SDK) |
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