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


ITime.Minute Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITime.Minute Property

The time's minute.

[Visual Basic .NET]
Public Property Minute As Short
[C#]
public short Minute {get; set;}
[C++]
HRESULT get_Minute(
  short* Minute
);
[C++]
HRESULT put_Minute(
  short Minute
);
[C++]

Parameters Minute [out, retval] Minute is a parameter of type short Minute [in] Minute is a parameter of type short

Product Availability

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

See Also

ITime Interface