Sets the rule which specifies the end of daylight savings time.
Syntax
[Android.Runtime.Register("setEndRule", "(III)V", "GetSetEndRule_IIIHandler")]
public virtual
void SetEndRule (
int month,
int dayOfMonth,
int time)
Parameters
- month
- the Calendar month in which daylight savings time ends.
- dayOfMonth
- the Calendar day of the month on which daylight savings time
ends.
- time
- the time of day in milliseconds standard time on which
daylight savings time ends.
Remarks
Requirements
Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1