OutlookGridGroupHelpers.GetDateCode Method

Krypton OutlookGrid

OutlookGridGroupHelpersGetDateCode Method
Krypton OutlookGrid v1.6.0
Gets the code according to a datetime

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 string GetDateCode(
	DateTime date
)
Public Shared Function GetDateCode ( 
	date As DateTime
) As String

Parameters

date
Type: SystemDateTime
The DateTime to analyze.

Return Value

Type: String
The associated code.
See Also