ApplyTimeZone |
This is used to apply the selected time zone to all date/time objects in the component and convert
them to the new time zone.
(Overrides CalendarObject.ApplyTimeZone(VTimeZone)) |
ClearProperties |
The method can be called to clear all current property values in the calendar. The version is left
unchanged.
(Overrides CalendarObject.ClearProperties()) |
Clone() |
This is overridden to allow cloning of a PDI object
(Overrides PDIObject.Clone()) |
Clone(PDIObject) |
This is overridden to allow copying of the additional properties
(Overrides PDIObject.Clone(PDIObject)) |
Dispose() | This implements the Dispose() interface to properly dispose of the calendar object |
Dispose(Boolean) | This can be overridden by derived classes to add their own disposal code if necessary |
Equals |
This is overridden to allow proper comparison of calendar objects
(Overrides Object.Equals(Object)) |
Finalize |
This handles garbage collection to ensure proper disposal of the calendar if not done explicitly with
Dispose().
(Overrides Object.Finalize()) |
GetHashCode |
Get a hash code for the calendar object
(Overrides Object.GetHashCode()) |
GetObjectData | This implements the ISerializable interface and adds the appropriate members to the serialization info based on the calendar settings. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
LocalTimeToTimeZoneTime | This method can be called to convert a date/time value from local time to the specified time zone time. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
PropagateVersion |
This is used to propagate the version to all properties in the object that need it
(Overrides CalendarObject.PropagateVersion()) |
SetTimeZone |
This is used to set the selected time zone in all date/time objects in the component without
modifying the date/time values.
(Overrides CalendarObject.SetTimeZone(VTimeZone)) |
TimeZonesUsed |
This is used to get a list of time zones used by all owned objects
(Overrides CalendarObject.TimeZonesUsed(StringCollection)) |
TimeZoneTimeInfo | This method can be called to get daylight saving time and time zone name information for a specified date/time. |
TimeZoneTimeToLocalTime | This method can be called to convert a date/time value from the specified time zone time to local time. |
TimeZoneTimeToUtc | This method can be called to convert a date/time value from the specified time zone time to Universal Time (UTC). |
TimeZoneToTimeZone | This method can be called to convert a date/time value from one time zone time to the another time zone time. |
ToString |
Convert the object instance to its string form
(Inherited from CalendarObject) |
UpdateTimeZoneId |
This is used to replace an old time zone ID with a new time zone ID in all date/time objects in the
calendar.
(Overrides CalendarObject.UpdateTimeZoneId(String, String)) |
UtcToTimeZoneTime | This method can be called to convert a date/time value from Universal Time (UTC) to the specified time zone time. |
WriteToStream(TextWriter) |
This can be used to write a calendar object to a PDI data stream
(Inherited from CalendarObject) |
WriteToStream(TextWriter, StringBuilder) |
This can be used to write a calendar to a PDI data stream
(Overrides CalendarObject.WriteToStream(TextWriter, StringBuilder)) |