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: ParametersThe parameters of the property.
value: TzValueThe value of the property.