DateOptions constructor
Initializes a new instance of the DateOptions class.
Overload list
Name | Description | |
---|---|---|
DateOptions(String, SPCalendarType, String, String, String, String, String) | Initializes a new instance of the DateOptions class, based upon the locale identifier, calendar type, work days in a week, first day of the week displayed in the calendar, adjustment for Ramadan and regional differences, the time zone offset from UTC, and the currently selected calendar date. | |
DateOptions(String, SPCalendarType, String, String, String, String, String, String) | Initializes a new instance of the DateOptions class, based upon the locale identifier, calendar type, work days in a week, first day of the week displayed in the calendar, adjustment for Ramadan and regional differences, the time zone offset from UTC, the last year of a 100-year range, and the currently selected calendar date. | |
DateOptions(String, SPCalendarType, String, String, String, String, String, Boolean, String) | Initializes a new instance of the DateOptions class, based upon the locale identifier, calendar type, work days in a week, first day of the week displayed in the calendar, adjustment for Ramadan and regional differences, the time zone offset from UTC, the last year of a 100-year range, whether the ISO8601 date format will be used, and the currently selected calendar date. |
Top