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.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
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