ICalendar2AutoGenerateTimeZones Property
IT Hit WebDAV Classes Reference
Gets or sets if time zone compomemts must be automatically generated during serialization. Default is true.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax bool AutoGenerateTimeZones { get; set; }
Property AutoGenerateTimeZones As Boolean
Get
Set
property bool AutoGenerateTimeZones {
bool get ();
void set (bool value);
}
abstract AutoGenerateTimeZones : bool with get, set
Property Value
Type:
BooleanRemarks
If set to
true the library will search for "TZID" parameters, automatically generate time zones information and add it to the
TimeZones list
if no time zone with such
TimeZoneId is found in the list.
The time zones information is generated and added during serialization. To automatically generate time zones at earlier time call
GenerateTimeZones method.
If set to
false no time zones are generated automatically. You must create required
ITimeZone instances and add them to
TimeZones list manually.
See Also