ParameterSectionCalendar Property

CALSCALE: The calendar system in which a date or date-time value is expressed. (4)

Definition

Namespace: FolkerKinzel.VCards.Models.Properties.Parameters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public string Calendar { get; set; }

Property Value

String

A String that specifies the calendar system. If none is specified, returns DefaultCalendar.

If you want to specify a CALSCALE parameter in the VCF file, pass a String to this property, otherwise assign null to ensure that no CALSCALE parameter will be written.

See Also