TimeWithZone.Minute PropertyTimeWithZone.Minute PropertyTimeWithZone::Minute Property

Gets the minute component of this TimeWithZoneTimeWithZoneTimeWithZone.

Syntax

Public ReadOnly Property Minute As Integer
        Get
public int Minute { get; }
public:
property int Minute {
    int get();
}
 

Property Value

Type: System.Int32System.Int32System::Int32

An intIntegerint representing the minute component of this TimeWithZoneTimeWithZoneTimeWithZone.