[]
Gets the number of the quarter for the specified date.
public static int GetQuarter(this DateTime date)
Type | Name | Description |
---|---|---|
DateTime | date | The date for which to get the quarter number. |
Type | Description |
---|---|
int | The number of the quarter. |