Class CalObjectExtensions
Extensions methods for Cal
Inheritance
System.Object
CalObjectExtensions
Namespace: Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public static class CalObjectExtensions : Object
Methods
ReplacePropety(CalObject, String, String)
Replaces the property.
Declaration
public static void ReplacePropety(this CalObject calObject, string propertyName, string propertyValue)
Parameters
Cal The cal object. |
System. Name of the property. |
System. The property value. |
ToTimeZone(CalObject)
Toes the time zone.
Declaration
public static TimeZoneInfo ToTimeZone(this CalObject calObject)
Parameters
Cal The cal object. |
Returns
System.
|
Exceptions
Calendar
|
VerifyPropertyIsNotNull(CalObject, String)
Verifies the property is not null.
Declaration
public static CalProperty VerifyPropertyIsNotNull(this CalObject calObject, string propetyName)
Parameters
Cal The cal object. |
System. Name of the property. |
Returns
Exceptions
Calendar
|