Java.Util.Calendar.Set Method
Sets the year, month, day of the month, hour of day, minute, and second fields.

Syntax

[Android.Runtime.Register("set", "(IIIIII)V", "")]
public void Set (int year, int month, int day, int hourOfDay, int minute, int second)

Parameters

year
Documentation for this section has not yet been entered.
month
Documentation for this section has not yet been entered.
day
Documentation for this section has not yet been entered.
hourOfDay
Documentation for this section has not yet been entered.
minute
Documentation for this section has not yet been entered.
second
Documentation for this section has not yet been entered.

Remarks

Sets the year, month, day of the month, hour of day, minute, and second fields. Other fields are not changed; call Calendar.Clear first if this is not desired. The month value is 0-based, so it may be clearer to use a constant like JANUARY.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1