DayLightSavingDayRecurrence

Description

An object that represents the daylight savings time period for a custom timezone object when you want to specify the period based on a DAY. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)

Model Properties

Property Required Type Description
startMonth True string And enum value that defines the starting month for daylight saving time. Possible values are JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
startWeek True string An enum value that defines the relative starting week in a month for daylight saving time. Possible values are FIRST, SECOND, THIRD, FOURTH, LAST.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
startDayOfWeek True string An enum value that defines the starting day of the week for for daylight saving time. Possible values are MON, TUE, WED, THU, FRI, SAT, SUN.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
startTime True string A string that defines the starting time for daylight saving time, in HH:MM 24-hour format.
Field level constraints: cannot be blank or empty, must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
endMonth True string And enum value that defines the ending month for daylight saving time. Possible values are JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
endWeek True string An enum value that defines the relative ending week for daylight saving time. Possible values are FIRST, SECOND, THIRD, FOURTH, LAST.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
endDayOfWeek True string An enum value that defines the ending day of the week for daylight saving time. Possible values are MON, TUE, WED, THU, FRI, SAT, SUN.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
endTime True string A string that defines the ending time for daylight saving time, in HH:MM 24-hour format.
Field level constraints: cannot be blank or empty, must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
offset False integer An integer that specifies the minutes by which time will shift if daylight saving is on, from 1-1440. If not provided, default vale is 60.
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.