|
RDOTimezoneTransitionTime object |
RDOTimezoneTransitionTime object
provides information about a specific time change, such as the change from
daylight saving time to standard time or vice versa, in a particular time zone .
Returned by:
RDOTimezoneAdjustmentRule.DaylightTransitionEnd
RDOTimezoneAdjustmentRule.DaylightTransitionStart
See RDOTimezoneAdjustmentRules
help topic for an example.
|
Derived from:
IDispatch
|
|
Properties |
|
Day
|
The day of month (1 through 31) on which the time change occurs.
The Day property returns a valid value only if the
IsFixedDateRule property is true.
Integer, read-only.
|
|
DayOfWeek
|
The day of the week on which the time change occurs.
The DayOfWeek property returns a valid value only if the
IsFixedDateRule property is false.
Integer, 1 (Sunday) through 7 (Saturday).
Integer, read-only.
|
|
IsFixedDateRule
|
True if the time change rule is
fixed-date; false if the time change rule is
floating-date.
Boolean, read-only.
|
|
Month
|
The month in which the time change occurs.
Valid values for the Month property range
from 1 to 12.
The Month property is used for both
fixed-date and floating-date rules.
|
|
TimeOfDay
|
The time of day at which the time change occurs.
The TimeOfDay property defines only the time of a time change, but not
its date. The date is determined by the Month and Day properties for
fixed-rule changes, and by the Month, Week, and DayOfWeek properties for
floating-rule changes.
The TimeOfDay property is used for both fixed-date and floating-date
transitions.
|
|
Week
|
The week of the month in which the time change occurs.
The value of the Week property is used only for time changes with
floating-date rules (IsFixedDateRule property is
false).
Valid values can range from 1 to 5. A value of 5 indicates the last week
of the month.
The Month property defines the month in which the time change occurs.
The Week property determines the week on which the transition occurs.
The DayOfWeek property defines the day of the week on which the
transition occurs.
|
|
|