Partager via


TimeZone.Default Property

Definition

Gets the default TimeZone for this host.

public static Android.Icu.Util.TimeZone? Default { [Android.Runtime.Register("getDefault", "()Landroid/icu/util/TimeZone;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getDefault", "()Landroid/icu/util/TimeZone;", "", ApiSince=24)>]
static member Default : Android.Icu.Util.TimeZone

Property Value

a default TimeZone.

Attributes

Remarks

Gets the default TimeZone for this host. The source of the default TimeZone may vary with implementation.

Java documentation for android.icu.util.TimeZone.getDefault().

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