Click or drag to resize

EAPUtilCalendarQuarter Method

Return then calendar quarter number to which the specified date belongs.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int CalendarQuarter(
	Nullable<DateTime> dt
)

Parameters

dt
Type: SystemNullableDateTime
The date in question.

Return Value

Type: Int32
The calendar quarter (1, 2, 3, or 4) for the specified date.
See Also