Class CalObjectExtensions
Inheritance
System.Object
CalObjectExtensions
Namespace: Telerik.UI.Xaml.Controls.Scheduler.ICalendar
Assembly: Telerik.WinUI.Controls.dll
Syntax
public static class CalObjectExtensions : Object
Methods
ReplacePropety(CalObject, String, String)
Declaration
public static void ReplacePropety(this CalObject calObject, string propertyName, string propertyValue)
Parameters
|
CalObject
calObject
|
|
System.String
propertyName
|
|
System.String
propertyValue
|
ToTimeZone(CalObject)
Declaration
public static TimeZoneInfo ToTimeZone(this CalObject calObject)
Parameters
|
CalObject
calObject
|
Returns
|
System.TimeZoneInfo
|
VerifyPropertyIsNotNull(CalObject, String)
Declaration
public static CalProperty VerifyPropertyIsNotNull(this CalObject calObject, string propetyName)
Parameters
|
CalObject
calObject
|
|
System.String
propetyName
|
Returns
|
CalProperty
|