Class CalPropertyExtensions
Inheritance
System.Object
CalPropertyExtensions
Namespace: Telerik.UI.Xaml.Controls.Scheduler.ICalendar
Assembly: Telerik.WinUI.Controls.dll
Syntax
public static class CalPropertyExtensions : Object
Methods
IsParameterValeDate(CalProperty)
Declaration
public static bool IsParameterValeDate(this CalProperty property)
Parameters
|
CalProperty
property
|
Returns
|
System.Boolean
|
ToDateTime(CalProperty)
Declaration
public static DateTime ToDateTime(this CalProperty property)
Parameters
|
CalProperty
property
|
Returns
|
System.DateTime
|
ToDateTime(CalProperty, TimeZoneInfo)
Declaration
public static DateTime ToDateTime(this CalProperty property, TimeZoneInfo timeZone)
Parameters
|
CalProperty
property
|
|
System.TimeZoneInfo
timeZone
|
Returns
|
System.DateTime
|
ToDuration(CalProperty)
Declaration
public static TimeSpan ToDuration(this CalProperty property)
Parameters
|
CalProperty
property
|
Returns
|
System.TimeSpan
|
ToExceptionDates(CalProperty)
Declaration
public static IList<DateTime> ToExceptionDates(this CalProperty property)
Parameters
|
CalProperty
property
|
Returns
|
System.Collections.Generic.IList<System.DateTime>
|
ToRecurrencePattern(CalProperty)
Declaration
public static RecurrencePattern ToRecurrencePattern(this CalProperty property)
Parameters
|
CalProperty
property
|
Returns
|
RecurrencePattern
|
ToText(CalProperty)
Declaration
public static string ToText(this CalProperty property)
Parameters
|
CalProperty
property
|
Returns
|
System.String
|
ToTimeSpan(CalProperty)
Declaration
public static TimeSpan ToTimeSpan(this CalProperty property)
Parameters
|
CalProperty
property
|
Returns
|
System.TimeSpan
|