ICalendarScaleScale Property
IT Hit WebDAV Classes Reference
Gets or sets calendar system name.
Namespace:
ITHit.Collab
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax string Scale { get; set; }
Property Scale As String
Get
Set
property String^ Scale {
String^ get ();
void set (String^ value);
}
abstract Scale : string with get, set
Property Value
Type:
String
String representing calendar system name or "gregorian" in case
CALSCALE
parameter (in case of business card) or property (in case of calendar) is absent.
Remarks
The only value specified by iCalendar is "gregorian", which stands for
the Gregorian system.
See Also