[]
Provides extension methods for DateTime to get the quarter number or quarter name depending on the culture.
public static class DateTimeExtension
| Name | Description |
|---|---|
| GetQuarter(DateTime) | Gets the number of the quarter for the specified date. |
| GetQuarterName(DateTime, CultureInfo) | Gets the name of the quarter for the specified date and culture. |