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