Time.CurrentTimezone Property

Definition

Returns the timezone string that is currently set for the device.

public static string? CurrentTimezone { [Android.Runtime.Register("getCurrentTimezone", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getCurrentTimezone", "()Ljava/lang/String;", "")>]
static member CurrentTimezone : string

Property Value

Attributes

Remarks

Returns the timezone string that is currently set for the device.

Java documentation for android.text.format.Time.getCurrentTimezone().

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