Contents

systemTimeZoneDidChange

An identifier for a message about a change in the system time zone.

Declaration

static var systemTimeZoneDidChange: NotificationCenter.BaseMessageIdentifier<TimeZone.SystemTimeZoneDidChangeMessage> { get }

Discussion

Use this identifier with NotificationCenter’s addObserver(of:for:using:) or messages(of:for:bufferSize:) methods to observe messages of type TimeZone.SystemTimeZoneDidChangeMessage.

See Also

Identifying calendar, date, and time zone messages