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

Syntax

[Android.Runtime.Register("setEndRule", "(IIII)V", "GetSetEndRule_IIIIHandler")]
public virtual void SetEndRule (int month, int day, int dayOfWeek, int time)

Parameters

month
the Calendar month in which daylight savings time ends.
day
the occurrence of the day of the week on which daylight savings time ends.
dayOfWeek
the Calendar day of the week on which daylight savings time ends.
time
the time of day in milliseconds standard time on which daylight savings time ends.

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