SimpleTimeZone.SetDSTSavings(Int32) Method

Definition

Sets the amount of time in milliseconds that the clock is advanced during daylight saving time.

[Android.Runtime.Register("setDSTSavings", "(I)V", "GetSetDSTSavings_IHandler")]
public virtual void SetDSTSavings (int millisSavedDuringDST);
[<Android.Runtime.Register("setDSTSavings", "(I)V", "GetSetDSTSavings_IHandler")>]
abstract member SetDSTSavings : int -> unit
override this.SetDSTSavings : int -> unit

Parameters

millisSavedDuringDST
Int32

the number of milliseconds the time is advanced with respect to standard time when the daylight saving time rules are in effect. A positive number, typically one hour (3600000).

Attributes

Remarks

Java documentation for java.util.SimpleTimeZone.setDSTSavings(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to