Represents the continuous day schedule provider method representing the schedule of Sunday - Saturday, 24h/day.

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

Syntax

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

Parameters

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

See Also