Java.Util.SimpleTimeZone.SetEndRule Method
Sets the rule which specifies the end of daylight savings time.

Syntax

[Android.Runtime.Register("setEndRule", "(IIIIZ)V", "GetSetEndRule_IIIIZHandler")]
public virtual void SetEndRule (int month, int day, int dayOfWeek, int time, bool after)

Parameters

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

Remarks

Sets the rule which specifies the end 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