ClassWeekOfMonthExtensions
Class
WeekOfMonth extensions methods.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public static class WeekOfMonthExtensions
Inheritance: objectWeekOfMonthExtensions
Methods
ToInt32(WeekOfMonth)
Convert a value to int.
Declaration
cs-api-definition
public static int ToInt32(this WeekOfMonth weekOfMonth)
Parameters
weekOfMonth
The week of month.
Returns
Converted to integer value.