Class DateTimeExtensions
Collection of helper methods for retrieving unique (year-wise) values for some date/time components besides the ones provided by DateTime class.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public static class DateTimeExtensions : Object
Methods
GetQuarterOfYear(DateTime)
Gets the quarter component of the date represented by the DateTime instance.
Declaration
public static int GetQuarterOfYear(DateTime dateTime)
Parameters
System.DateTime
dateTime
|
Returns
System.Int32
|
GetWeekOfYear(DateTime)
Gets the week component of the date represented by the DateTime instance.
Declaration
public static int GetWeekOfYear(DateTime dateTime)
Parameters
System.DateTime
dateTime
|
Returns
System.Int32
|