Modifier

TimeOnly.Minute Property

Definition

Gets the minute component of the time represented by this instance.

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

Property Value

A number representing the minute component of this TimeOnly.

Applies to