Android.Text.Format.Time.Set Method
Sets the fields.

Syntax

[Android.Runtime.Register("set", "(IIIIII)V", "GetSet_IIIIIIHandler")]
public virtual void Set (int second, int minute, int hour, int monthDay, int month, int year)

Parameters

second
Documentation for this section has not yet been entered.
minute
Documentation for this section has not yet been entered.
hour
Documentation for this section has not yet been entered.
monthDay
Documentation for this section has not yet been entered.
month
Documentation for this section has not yet been entered.
year
Documentation for this section has not yet been entered.

Remarks

Sets the fields. 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