Java.Util.TimeZone.Default Property
Returns the user's preferred time zone.

Syntax

[get: Android.Runtime.Register("getDefault", "()Ljava/util/TimeZone;", "GetGetDefaultHandler")]
[set: Android.Runtime.Register("setDefault", "(Ljava/util/TimeZone;)V", "GetSetDefault_Ljava_util_TimeZone_Handler")]
public static TimeZone Default { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the user's preferred time zone. This may have been overridden for this process with TimeZone.Default. Since the user's time zone changes dynamically, avoid caching this value. Instead, use this method to look it up for each use.

Set method documentation [Android Documentation]

Overrides the default time zone for the current process only. Warning: avoid using this method to use a custom time zone in your process. This value may be cleared or overwritten at any time, which can cause unexpected behavior. Instead, manually supply a custom time zone as needed.

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1