DayLightSavingDateRange

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 DATE. (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
startDateTime True string A string that represents the start date and time for daylight savings time for a timezone object. Specify the date and time in YYYY-MM-DDTHH:MM format.
Field level constraints: cannot be blank or empty, must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
endDateTime True string A string that represents the end date and time for daylight savings time a timezone object.Specify the date and time in YYYY-MM-DDTHH:MM 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.