getTimeZone

open override fun getTimeZone(id: String): TimeZone?

Gets the time zone for a given ID.

If a time zone with the given ID exists in Android, the icalj timezone for this ID is returned, but the TZID is set to the Android name (and not the ical4j name, which may not be known to Android).

If a time zone with the given ID doesn't exist in Android, this method returns the result of its base method.

Return

time zone

Parameters

id