CalendarHelper
Class
Holds helper methods for date and time operations.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public static class CalendarHelper
Inheritance: objectCalendarHelper
Methods
Gets the days of week start with first day of week.
C#
public static IEnumerable<DayOfWeek> GetDaysOfWeekStartWithFirstDayOfWeek(DayOfWeek firstDayOfWeek)
The first day of week.
Returns:Ordered IEnumerable<T>.
Gets the names of days.
C#
public static IDictionary<DayOfWeek, string> GetNamesOfDays(CultureInfo culture)
The culture.
Returns:IDictionary<DayOfWeek, string>
Dictionary of DayOfWeek, NameOfDay pair.
Gets the names of months.
C#
public static IDictionary<int, string> GetNamesOfMonths(CultureInfo culture)
The culture.
Returns:Dictionary of NumberOfMonth, NameOfMonth pair.