Assembly: Transform;
Namespace: Prognoz.Platform.Interop.Transform;
The TsCalendarSettings class is used to work with calendar level parameters.
The ITsCalculationContext.CalendarSettings property returns parameters of calendar level for the context menu of the custom calculated method.
Class to get analog of the TsCalendarSettings class:
None;
Class to get analog of the TsCalendarSettings object class:
TsCalendarSettingsClass;
| Property name | Brief description | |
| The FirstDay property determines the first day of the week. | ||
| The IsDateEnd property determines whether the period start date should be replaced with period end date for selected dictionary level. | ||
| The OffsetDate property determines the number of days by which the specified level's start date is to be shifted. | ||
| The RestDays property sets rest days in the week. | ||
| The WorkDayCount property returns the number of working days in a week. |
See also: