Stay organized with collections
Save and categorize content based on your preferences.
SystemTimeZoneType
class SystemTimeZoneType
[icu] System time zone type constants used by filtering zones in TimeZone.getAvailableIDs(SystemTimeZoneType, String, Integer)
Summary
Enum values |
Any system zones.
|
Canonical system zones.
|
Canonical system zones associated with actual locations.
|
Enum values
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# TimeZone.SystemTimeZoneType\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nSystemTimeZoneType\n==================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/util/TimeZone.SystemTimeZoneType \"View this page in Java\") \n\n```\nclass SystemTimeZoneType\n```\n\n|---|---|---------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [kotlin.Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)\\\u003c[android.icu.util.TimeZone.SystemTimeZoneType](#)\\\u003e ||\n| | ↳ | [android.icu.util.TimeZone.SystemTimeZoneType](#) |\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [TimeZone.SystemTimeZoneType.ANY](#ENUM_VALUE:ANY), [TimeZone.SystemTimeZoneType.CANONICAL](#ENUM_VALUE:CANONICAL), [TimeZone.SystemTimeZoneType.CANONICAL_LOCATION](#ENUM_VALUE:CANONICAL_LOCATION) |----------------------------------------------------------------------------------|----------------------------------------------------------| | [TimeZone.SystemTimeZoneType.ANY](#ENUM_VALUE:ANY) | Any system zones. | | [TimeZone.SystemTimeZoneType.CANONICAL](#ENUM_VALUE:CANONICAL) | Canonical system zones. | | [TimeZone.SystemTimeZoneType.CANONICAL_LOCATION](#ENUM_VALUE:CANONICAL_LOCATION) | Canonical system zones associated with actual locations. | |\n\n**\\[icu\\]** System time zone type constants used by filtering zones in [TimeZone.getAvailableIDs(SystemTimeZoneType, String, Integer)](/reference/kotlin/android/icu/util/TimeZone#getAvailableIDs(android.icu.util.TimeZone.SystemTimeZoneType,%20kotlin.String,%20kotlin.Int))\n\nSummary\n-------\n\n| Enum values ||\n|---------------------------------------------------------------------------------------------------------------|---|\n| [ANY](#ENUM_VALUE:ANY) Any system zones. |\n| [CANONICAL](#ENUM_VALUE:CANONICAL) Canonical system zones. |\n| [CANONICAL_LOCATION](#ENUM_VALUE:CANONICAL_LOCATION) Canonical system zones associated with actual locations. |\n\nEnum values\n-----------\n\n### ANY\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val ANY : TimeZone.SystemTimeZoneType\n```\n\nAny system zones. \n\n### CANONICAL\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val CANONICAL : TimeZone.SystemTimeZoneType\n```\n\nCanonical system zones. \n\n### CANONICAL_LOCATION\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val CANONICAL_LOCATION : TimeZone.SystemTimeZoneType\n```\n\nCanonical system zones associated with actual locations."]]