Gets the maximum date and time less or equal than the specified date and time that is considered as a nonworking time, determined based on the time not included in the working week and working day definitions, or included in the defined nonworking time intervals.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
DateTime GetNextNonworkingTime(
	DateTime dateTime
)
Visual Basic (Declaration)
Function GetNextNonworkingTime ( _
	dateTime As DateTime _
) As DateTime

Parameters

dateTime
Type: System..::.DateTime
The date and time to get the previous nonworking time for.

Return Value

The maximum date and time less or equal than the specified date and time that is considered as a nonworking time.

See Also