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

Syntax

[Android.Runtime.Register("set", "(III)V", "")]
public void Set (int year, int month, int day)

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.

Remarks

Sets the year, month, and day of the month 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