VCalendarCalendar Scale Property
This is used to get the Calendar Scale (CALSCALE) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This property is only applicable to iCalendar 2.0 objects and is ignored for vCalendar objects.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public CalendarScaleProperty CalendarScale { get; }VB
Public ReadOnly Property CalendarScale As CalendarScaleProperty
GetC++
public:
property CalendarScaleProperty^ CalendarScale {
CalendarScaleProperty^ get ();
}F#
member CalendarScale : CalendarScaleProperty with getProperty Value
CalendarScalePropertyThis property is only applicable to iCalendar 2.0 objects and is ignored for vCalendar objects.