Calendar.Minute Property

Definition

Gets or sets the minute.

public:
 property int Minute { int get(); void set(int value); };
int Minute();

void Minute(int value);
public int Minute { get; set; }
var int32 = calendar.minute;
calendar.minute = int32;
Public Property Minute As Integer

Property Value

Int32

int

The minute.

Applies to

See also