TimeZone.UnknownZone 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.
<strong>[icu]</strong> The immutable (frozen) "unknown" time zone.
[Android.Runtime.Register("UNKNOWN_ZONE", ApiSince=24)]
public static Android.Icu.Util.TimeZone? UnknownZone { get; }
[<Android.Runtime.Register("UNKNOWN_ZONE", ApiSince=24)>]
static member UnknownZone : Android.Icu.Util.TimeZone
Property Value
- Attributes
Remarks
<strong>[icu]</strong> The immutable (frozen) "unknown" time zone. It behaves like the GMT/UTC time zone but has the UNKNOWN_ZONE_ID = "Etc/Unknown". TimeZone#getTimeZone(String)
returns a mutable clone of this time zone if the input ID is not recognized.
Java documentation for android.icu.util.TimeZone.UNKNOWN_ZONE
.
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.