ClassCalObjectExtensions
Class
Extensions methods for CalObject class.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public static class CalObjectExtensions
Inheritance: objectCalObjectExtensions
Methods
ReplacePropety(CalObject, string, string)
Replaces the property.
ToTimeZone(CalObject)
Toes the time zone.
Declaration
cs-api-definition
public static TimeZoneInfo ToTimeZone(this CalObject calObject)
Parameters
calObject
The cal object.
Returns
Exceptions
CalendarParseException.
VerifyPropertyIsNotNull(CalObject, string)
Verifies the property is not null.
Declaration
cs-api-definition
public static CalProperty VerifyPropertyIsNotNull(this CalObject calObject, string propetyName)
Parameters
calObject
The cal object.
propetyName
Name of the property.
Returns
Exceptions
CalendarParseException.