Class CalHelper
A helper class for Telerik.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Scheduler.ICalendar
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public static class CalHelper
Methods
GetAppointmentBackground(String)
Gets the appoitment background.
Declaration
public static AppointmentBackground GetAppointmentBackground(string backgroundName)
Parameters
System. Name of the background. |
Returns
Appointment Default return is None |
GetAppointmentBackgroundName(AppointmentBackground)
Gets the name of the appoitment background.
Declaration
public static string GetAppointmentBackgroundName(AppointmentBackground background)
Parameters
Appointment The background. |
Returns
System. Default return is None |
GetAppointmentReminder(CalProperty, IEvent)
Gets the reminder time span from its string representation.
Declaration
public static TimeSpan? GetAppointmentReminder(CalProperty reminder, IEvent appointment)
Parameters
Cal The string representation |
IEvent
appointment
The appointment for which to get the reminder time span. |
Returns
System. The reminder timespan of null if there is no such |
GetAppointmentStatus(String)
Gets the appoitment status.
Declaration
public static AppointmentStatus GetAppointmentStatus(string statusName)
Parameters
System. Name of the status. |
Returns
Appointment Default return is Busy |
GetAppointmentStatusName(AppointmentStatus)
Gets the name of the appoitment status.
Declaration
public static string GetAppointmentStatusName(AppointmentStatus status)
Parameters
Appointment The status. |
Returns
System. Default return is Busy |
GetModernAppointmentBackground(String)
Gets the appoitment background.
Declaration
public static AppointmentCategory GetModernAppointmentBackground(string backgroundName)
Parameters
System. Name of the background. |
Returns
Appointment Default return is None |
GetModernAppointmentBackgroundName(AppointmentCategory)
Gets the name of the appoitment modern background.
Declaration
public static string GetModernAppointmentBackgroundName(AppointmentCategory category)
Parameters
Appointment The background. |
Returns
System. Default return is None |
GetReminderString(TimeSpan)
Gets an ICal string representation of the reminder time span.
Declaration
public static string GetReminderString(TimeSpan reminder)
Parameters
System. The time span. |
Returns
System. The string representation. |
RecurrenceRuleToRruleString(RecurrenceRule)
Converts the Recurrence
Declaration
public static string RecurrenceRuleToRruleString(RecurrenceRule rule)
Parameters
Recurrence The recurrence rule. |
Returns
System.
|
RecurrenceRuleToRruleString(RecurrenceRule, CultureInfo)
Note that the RRULE string representation cannot be converted back to Recurrence
Declaration
public static string RecurrenceRuleToRruleString(RecurrenceRule rule, CultureInfo culture)
Parameters
Recurrence The recurrence rule. |
System.
|
Returns
System.
|
RecurrenceRuleToString(RecurrenceRule)
Converts the Recurrence
Declaration
public static string RecurrenceRuleToString(RecurrenceRule rule)
Parameters
Recurrence The recurrence rule. |
Returns
System.
|
RecurrenceRuleToString(RecurrenceRule, CultureInfo)
Converts the Recurrence
Declaration
public static string RecurrenceRuleToString(RecurrenceRule rule, CultureInfo culture)
Parameters
Recurrence The recurrence rule. |
System.
|
Returns
System.
|
RecurrenceRuleToStringEx(RecurrenceRule)
Converts the Recurrence
Declaration
[Obsolete("Use RecurrenceRuleToString method instead.")]
public static string RecurrenceRuleToStringEx(RecurrenceRule rule)
Parameters
Recurrence The recurrence rule. |
Returns
System.
|
RecurrenceRuleToStringEx(RecurrenceRule, CultureInfo)
Obsolete! Use Recurrence
Declaration
[Obsolete("Use RecurrenceRuleToString method instead.")]
public static string RecurrenceRuleToStringEx(RecurrenceRule rule, CultureInfo culture)
Parameters
Recurrence
|
System.
|
Returns
System.
|
TryParseRecurrenceRule(String, out RecurrenceRule)
Tries to parse recurrence pattern.
Declaration
public static bool TryParseRecurrenceRule(string valueToParse, out RecurrenceRule result)
Parameters
System. The string to parse. |
Recurrence The result. |
Returns
System.
|