Represents the standard day schedule provider method representing the schedule of Monday - Friday, 8h/day (8 AM - 4 PM).

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public static TimeIntervalCollection StandardDayScheduleProvider(
	Date date
)
Visual Basic (Declaration)
Public Shared Function StandardDayScheduleProvider ( _
	date As Date _
) As TimeIntervalCollection

Parameters

date
Type: DlhSoft.Windows.Data..::.Date

See Also