Calendar.NumberOfMinutesInThisHour Property

Definition

Gets the number of Minutes in the current Hour.

public:
 property int NumberOfMinutesInThisHour { int get(); };
int NumberOfMinutesInThisHour();
public int NumberOfMinutesInThisHour { get; }
var int32 = calendar.numberOfMinutesInThisHour;
Public ReadOnly Property NumberOfMinutesInThisHour As Integer

Property Value

Int32

int

The number of Minutes in the current Hour.

Applies to

See also