OutlookGridGroupHelpers.GetLastDayOfWeek Method

Krypton OutlookGrid

OutlookGridGroupHelpersGetLastDayOfWeek Method
Krypton OutlookGrid v1.6.0
Returns the last day of the week that the specified date is in using the current culture.

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 DateTime GetLastDayOfWeek(
	DateTime dayInWeek
)
Public Shared Function GetLastDayOfWeek ( 
	dayInWeek As DateTime
) As DateTime

Parameters

dayInWeek
Type: SystemDateTime
The date to analyse

Return Value

Type: DateTime
The last day of week.
See Also