Lines Matching refs:zone
5 …zone 0 and China uses time zone GMT+8. The time in China is eight hours earlier than that in the U…
16 …ulating the offset between a fixed time zone and the actual time zone and obtaining and traversing…
18 // Obtain the time zone of Brazil.
19 …let timezone = i18n.getTimeZone("America/Sao_Paulo"); // Pass in a specific time zone to create a …
26 // Localized time zone name
32 // Fixed offset of the time zone
35 // Actual offset of the time zone (fixed offset + DST)
38 // List of time zone IDs supported by the system
41 // List of time zone city IDs supported by the system
43 // Traverse the list of time zone city IDs.
44 let timezoneList: Array<object> = []; // Time zone list displayed to the user
79 2. Add a time zone to the preferred time zone list of the application.
83 let appPreferredTimeZoneList: Array<i18n.TimeZone> = [] // Application preferred time zone list
88 3. Traverse the preferred time zone list of the application to obtain the time of each time zone.
94 calendar.setTimeZone(timezone); // Set the time zone of the Calendar object.