Skip to main content

TimeZone

Type Alias TimeZone 

Source
pub type TimeZone = Property<TzValue>;
Expand description

The TZ property, which is the time zone of the represented entity.

Aliased Type§

pub struct TimeZone {
    pub group: Option<GroupName>,
    pub parameters: Parameters,
    pub value: TzValue,
}

Fields§

§group: Option<GroupName>

The optional group name that prefixes the property.

§parameters: Parameters

The parameters of the property.

§value: TzValue

The value of the property.