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