Class
CalObjectExtensions

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.

Declaration

cs-api-definition
public static void ReplacePropety(this CalObject calObject, string propertyName, string propertyValue)

Parameters

calObject

CalObject

The cal object.

propertyName

string

Name of the property.

propertyValue

string

The property value.

ToTimeZone(CalObject)

Toes the time zone.

Declaration

cs-api-definition
public static TimeZoneInfo ToTimeZone(this CalObject calObject)

Parameters

calObject

CalObject

The cal object.

Returns

TimeZoneInfo

Exceptions

CalendarParseException

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

CalObject

The cal object.

propetyName

string

Name of the property.

Returns

CalProperty

Exceptions

CalendarParseException

CalendarParseException.