TimeZone.DSTSavings Property

Definition

Returns the amount of time to be added to local standard time to get local wall clock time.

public virtual int DSTSavings { [Android.Runtime.Register("getDSTSavings", "()I", "GetGetDSTSavingsHandler")] get; }
[<get: Android.Runtime.Register("getDSTSavings", "()I", "GetGetDSTSavingsHandler")>]
member this.DSTSavings : int

Property Value

Int32

the amount of saving time in milliseconds

Attributes

Remarks

Java documentation for java.util.TimeZone.getDSTSavings().

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