Class CalPropertyExtensions
Class containing extensions methods used when Import/Export appointments to ICal.
Inheritance
Namespace: Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public static class CalPropertyExtensions : Object
Methods
IsParameterValeDate(CalProperty)
Determines whether the parameter is a valid date.
Declaration
public static bool IsParameterValeDate(this CalProperty property)
Parameters
Cal
|
Returns
System.
|
ToDateTime(CalProperty)
Converts the given property to DateTime.
Declaration
public static DateTime ToDateTime(this CalProperty property)
Parameters
Cal The property. |
Returns
System.
|
ToDateTime(CalProperty, TimeZoneInfo)
Converts the given property to DateTime.
Declaration
public static DateTime ToDateTime(this CalProperty property, TimeZoneInfo timeZone)
Parameters
Cal The property. |
System. The time zone. |
Returns
System.
|
ToDuration(CalProperty)
Converts the given property to TimeSpan.
Declaration
public static TimeSpan ToDuration(this CalProperty property)
Parameters
Cal The property. |
Returns
System.
|
ToExceptionDates(CalProperty)
Converts the property to a date where an exception exists.
Declaration
public static IList<DateTime> ToExceptionDates(this CalProperty property)
Parameters
Cal The property. |
Returns
System.
|
ToRecurrencePattern(CalProperty)
Converts the given property to a recurrence pattern.
Declaration
public static RecurrencePattern ToRecurrencePattern(this CalProperty property)
Parameters
Cal The property. |
Returns
ToText(CalProperty)
Converts the given property to String.
Declaration
public static string ToText(this CalProperty property)
Parameters
Cal The property. |
Returns
System.
|
ToTimeSpan(CalProperty)
Converts the given property to TimeSpan.
Declaration
public static TimeSpan ToTimeSpan(this CalProperty property)
Parameters
Cal The property. |
Returns
System.
|