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 class object:
TsCalendarSettingsClass;
Property name | Brief description | |
The FirstDay property determines the first day of the week. | ||
The IsDateEnd property determines whether the period start date is replaced with period end date for the specified calendar level. | ||
The OffsetDate property determines the number of days, by which the specified level's start date is shifted. | ||
The RestDays property determines days off in a week. | ||
The WorkDayCount property returns the number of working days in a week. |
See also: