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:
C#
public static class CalPropertyExtensions
Inheritance: objectCalPropertyExtensions
Methods
Determines whether the parameter is a valid date.
C#
public static bool IsParameterValeDate(this CalProperty property)
Converts the given property to DateTime.
C#
public static DateTime ToDateTime(this CalProperty property, TimeZoneInfo timeZone)
The property.
timeZoneTimeZoneInfoThe time zone.
Returns:Converts the given property to DateTime.
C#
public static DateTime ToDateTime(this CalProperty property)
The property.
Returns:Converts the given property to TimeSpan.
C#
public static TimeSpan ToDuration(this CalProperty property)
The property.
Returns:Converts the property to a date where an exception exists.
C#
public static IList<DateTime> ToExceptionDates(this CalProperty property)
The property.
Returns:Converts the given property to a recurrence pattern.
C#
public static RecurrencePattern ToRecurrencePattern(this CalProperty property)
The property.
Returns:Converts the given property to String.
C#
public static string ToText(this CalProperty property)
The property.
Returns:Converts the given property to TimeSpan.
C#
public static TimeSpan ToTimeSpan(this CalProperty property)
The property.
Returns: