TimeArrayTimeZoneRule
typedef struct TimeArrayTimeZoneRule {...} TimeArrayTimeZoneRule
概述
起始时间戳数组定义的时区规则。
起始版本: 22
相关模块: i18n
所在头文件: timezone.h
汇总
成员变量
| 名称 | 描述 |
|---|---|
| char* name | 时区规则的名称。 |
| int32_t rawOffset | 时区的原始偏移量。 |
| int32_t dstSavings | 夏令时的偏移量。 |
| double* startTimes | 规则生效的起始时间戳数组。 |
| int32_t numStartTimes | 规则生效的起始时间戳数组的大小。 |
| TimeRuleType timeRuleType | 时间规则类型。 |