OutlookGridGroupHelpers.GetQuarter Method

Krypton OutlookGrid

OutlookGridGroupHelpersGetQuarter Method
Krypton OutlookGrid v1.6.0
Gets the quarter according to the month.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public static int GetQuarter(
	DateTime dateTime
)
Public Shared Function GetQuarter ( 
	dateTime As DateTime
) As Integer

Parameters

dateTime
Type: SystemDateTime
The date DateTime

Return Value

Type: Int32
The quarter number.
See Also