getDSTForWorldCities

suspend fun getDSTForWorldCities(cityNumber: Int): String

Get the Daylight Saving Time for a particular World City set on the watch. There are 6 world cities that can be stored.

Return

Daylight Saving Time state of the requested World City as a String.

Parameters

cityNumber

: index of the world city (0..5)