TimeConfiguration
Class Description
Contains attributes related to the configuration of the time service.
Attributes
| Name | Type | Description |
|---|---|---|
| dstEndRule | DstRuleType | Rule to calculate end of daylight savings time in the current year. Result of dstEndRule must be greater than result of dstStartRule. |
| dstOffset | TimeOffsetType | Daylight savings time offset from local standard time. |
| dstStartRule | DstRuleType | Rule to calculate start of daylight savings time in the current year. Result of dstEndRule must be greater than result of dstStartRule. |
| tzOffset | TimeOffsetType | Local time zone offset from UTCTime. Does not include any daylight savings time offsets. |
Relationships
Inherits from
- None
Descendant classes
- No descendant classes
Associations
| Source Class | Cardinality Source | Target Class | Cardinality Target |
|---|---|---|---|
| Configuration | TimeConfiguration | 0..1 |