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