TimezoneStdRule Property
This property defines the recurrence rule for the onset of this standard time observance.
Syntax
caldavcontrol.TimezoneStdRule[=string]
Default Value
""
Remarks
This property defines the recurrence rule for the onset of this standard time observance. Some specific requirements for the usage of TimezoneDSTRule for this purpose include:
FREQ | Frequency of the time zone onset. (Almost always "YEARLY") |
BYMONTH | The month of the time zone onset. |
BYDAY | The day of the time zone onset. Formatted as a number and a two-character day. "BYDAY=3SU" means the 3rd Sunday of the month. "BYDAY=-1SU" is the last Sunday of the month. |
UNTIL | If the observance is known to have an effective end date, the "UNTIL" recurrence rule parameter MUST be used to specify the last valid onset of this observance (i.e., the UNTIL DATE-TIME will be equal to the last instance generated by the recurrence pattern). It MUST be specified in UTC time. |
For instance, in the USA Eastern Standard time before 2007 started on the last Sunday of October. In 2007 Standard time
was changed to begin on the 1st Sunday in November. Therefore, the UNTIL option should indicate the LAST time this
rule will be observed. (2am on October 29th, 2006). Such a time zone declaration would look like this:
CalDAV.time zone.StdName = "EST" CalDAV.time zone.StdStart = "19671029T020000" CalDAV.time zone.StdOffsetFrom = "-400" CalDAV.time zone.StdOffsetTo = "-500" CalDAV.time zone.StdRule = "FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU;UNTIL=20061029T060000Z"
Data Type
String