TimeZoneOccurrence typedef

TimeZoneOccurrence = ({CalDateTime occurrence, TimeZoneSubComponent timezone})

Represents a single timezone occurrence.

Implementation

typedef TimeZoneOccurrence = ({
  CalDateTime occurrence,
  TimeZoneSubComponent timezone,
});