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