OutlookGridGroupHelpers.GetDayText Method

Krypton OutlookGrid

OutlookGridGroupHelpersGetDayText Method
Krypton OutlookGrid v1.6.0
Gets the title for a specific 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 GetDayText(
	DateTime date
)
Public Shared Function GetDayText ( 
	date As DateTime
) As String

Parameters

date
Type: SystemDateTime
The DateTime

Return Value

Type: String
The text to display
See Also