Class CalObjectExtensions
Extensions methods for CalObject class.
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
CalObject
calObject
The cal object. |
System.String
propertyName
Name of the property. |
System.String
propertyValue
The property value. |
ToTimeZone(CalObject)
Toes the time zone.
Declaration
public static TimeZoneInfo ToTimeZone(this CalObject calObject)
Parameters
CalObject
calObject
The cal object. |
Returns
System.TimeZoneInfo
|
Exceptions
CalendarParseException
|
VerifyPropertyIsNotNull(CalObject, String)
Verifies the property is not null.
Declaration
public static CalProperty VerifyPropertyIsNotNull(this CalObject calObject, string propetyName)
Parameters
CalObject
calObject
The cal object. |
System.String
propetyName
Name of the property. |
Returns
CalProperty
|
Exceptions
CalendarParseException
|