Base Date Time PropertyCalendar Scale Property
This is used to get or set the calendar scale (CALSCALE) parameter value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This property is only applicable to vCard 4.0 date/time objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? CalendarScale { get; set; }VB
Public Property CalendarScale As String
Get
SetC++
public:
property String^ CalendarScale {
String^ get ();
void set (String^ value);
}F#
member CalendarScale : string with get, setProperty Value
StringThis property is only applicable to vCard 4.0 date/time objects