Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The ICalendarSetup interface allows working with parameters of a dictionary with dynamically created elements.
ICalendarSetup
The ICalendarDimension.Setup property returns current dictionary parameters; use the IDynamicCalendarInstance.NewSetup method to set new parameters.
| Property name | Brief description | |
| EndDay | The EndDay property determines end date for the calendar. | |
| Levels | The Levels property determines levels available in the calendar. | |
| StartDay | The StartDay property determines start date of the calendar. | |
| WeekLevel | The WeekLevel property determines parameters of the Weeks level in the dictionary. |
| Method name | Brief description | |
| LoadFromXml | The LoadFromXml method loads calendar parameters from XML code. | |
| SaveToXml | The SaveToXml method loads calendar parameters to XML code. |
See also: