public string Calendar { get; set; }Public Property Calendar As String
Get
Setpublic:
property String^ Calendar {
String^ get ();
void set (String^ value);
}member Calendar : string with get, setA 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.