Gets the maximum date and time less or equal than the specified date and time that is visible in the chart and considered as a working time, determined based on the visible week and visible day definitions, and working week and working day definitions, excluding the defined nonworking time intervals. If the resulting date and time cannot be greater than TimelinePageStart, then TimelinePageStart is returned.

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

Syntax

C#
public DateTime GetPreviousVisibleWorkingTime(
	DateTime dateTime,
	Schedule schedule
)
Visual Basic (Declaration)
Public Function GetPreviousVisibleWorkingTime ( _
	dateTime As DateTime, _
	schedule As Schedule _
) As DateTime

Parameters

dateTime
Type: System..::.DateTime
The date and time to get the previous visible working time for.
schedule
Type: DlhSoft.Windows.Data..::.Schedule
Optionally, a schedule object to use instead of the default working and nonworking time intervals.

Return Value

The maximum date and time less or equal than the specified date and time that is visible in the chart and considered as a working time.

See Also