Android.Text.Format.Time.Set Method
Sets the date from the given fields.

Syntax

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

Parameters

monthDay
the day of the month (in the range [1,31])
month
the zero-based month number (in the range [0,11])
year
the year

Remarks

Sets the date from the given fields. Also sets allDay to true. Sets weekDay, yearDay and gmtoff to 0, and isDst to -1. Call Time.Normalize(bool) if you need those.

[Android Documentation]

Requirements

Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3