TimeZone.Default Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.