Gets the date based schedule definition information of the scheduled time.

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

Syntax

C#
public ObservableCollection<DateScheduleDefinitionInfo> DateInfo { get; }
Visual Basic (Declaration)
Public ReadOnly Property DateInfo As ObservableCollection(Of DateScheduleDefinitionInfo)

See Also