Gets or sets the definition string of this ScheduleDefinitionItem. The definition string value is of this form: Monday-Friday 08:00-12:00 12:30-16:30, Saturday 08:00-12:00, 01/01/2010 -, 01/02/2010-01/05/2010 11:00-14:00. It is recommended to set this property. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public string DefinitionString { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property DefinitionString As String

Implements

IScheduleDefinitionItem..::.DefinitionString

See Also