Krypton OutlookGrid Help
![]() | OutlookGridGroupHelpersGetDateCode Method |
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)

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: StringThe associated code.
