TsCalendarSettings

Assembly: Transform;

Namespace: Prognoz.Platform.Interop.Transform;

Description

The TsCalendarSettings class is used to work with calendar level parameters.

Comments

The ITsCalculationContext.CalendarSettings property returns parameters of calendar level for the context menu of the custom calculated method.

Fore.NET syntax

Class to get analog of the TsCalendarSettings class:

None;

Class to get analog of the TsCalendarSettings object class:

TsCalendarSettingsClass;

Class object properties inherited from ITsCalendarSettings

  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:

Transform Assembly Classes