|
RDOTimezoneAdjustmentRule object |
RDOTimezoneAdjustmentRule object
provides information about a time zone adjustment, such as the transition to and
from daylight saving time.
Returned by:
RDOTimezoneAdjustmentRules.Item(Index)
See RDOTimezoneAdjustmentRules
help topic for an example.
|
Derived from:
IDispatch
|
|
Properties |
|
DateEnd |
Returns the date when the adjustment rule ceases to be in effect.
DateTime, read/only.
|
|
DateStart |
Returns the date when the adjustment rule takes effect.
DateTime, read/only.
|
|
DaylightDelta |
Returns the amount of time that is required to form the time
zone's daylight saving time. This amount of time is added to the time
zone's offset from Coordinated Universal Time (UTC).
DateTime, read/only.
|
|
DaylightTransitionEnd |
Returns information about the annual transition from daylight
saving time back to standard time.
RDOTimezoneTransitionTime,
read-only.
|
|
DaylightTransitionStart |
Returns information about the annual transition from standard time
to daylight saving time.
RDOTimezoneTransitionTime,
read-only.
|
|
|
|