DateHelper
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public static class DateHelper
Inheritance: objectDateHelper
Methods
C#
public static DateTime GetDateWithOffset(DateTime date, NavigationStepTypes navigationStepType, int navigationStep, RadScheduler scheduler)
C#
public static DateTime GetEndOfMonth(DateTime date, DateTimeFormatInfo dateTimeFormat)
C#
public static DateTime GetEndOfWeek(DateTime date, DateTimeFormatInfo dateTimeFormat, DayOfWeek weekStart)
C#
public static DateTime GetEndOfWeek(DateTime date, DateTimeFormatInfo dateTimeFormat)
C#
public static DateTime GetEndOfYear(DateTime date, DateTimeFormatInfo dateTimeFormat)
C#
public static int GetMonthDisplayWeeks(DateTime date, DateTimeFormatInfo dateTimeFormat)
C#
public static DateTime GetStartOfMonth(DateTime date, DateTimeFormatInfo dateTimeFormat)
C#
public static DateTime GetStartOfWeek(DateTime date, DateTimeFormatInfo dateTimeFormat, DayOfWeek weekStart)
C#
public static DateTime GetStartOfWeek(DateTime date, DateTimeFormatInfo dateTimeFormat)