Java.Util.SimpleTimeZone.SetStartRule Method
Sets the rule which specifies the start of daylight savings time.

Syntax

[Android.Runtime.Register("setStartRule", "(IIIIZ)V", "GetSetStartRule_IIIIZHandler")]
public virtual void SetStartRule (int month, int day, int dayOfWeek, int time, bool after)

Parameters

month
the Calendar month in which daylight savings time starts.
day
the Calendar day of the month.
dayOfWeek
the Calendar day of the week on which daylight savings time starts.
time
the time of day in milliseconds on which daylight savings time starts.
after
selects the day after or before the day of month.

Remarks

Sets the rule which specifies the start of daylight savings time.

[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