Returns the definition string for a built in schedule object.

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

Syntax

C#
public static string GetDefinitionString(
	Schedule schedule
)
Visual Basic (Declaration)
Public Shared Function GetDefinitionString ( _
	schedule As Schedule _
) As String

Parameters

schedule
Type: DlhSoft.Windows.Data..::.Schedule
Built in schedule object to return the definition string for. Can be Schedule.Standard or Schedule.Continuous.

Return Value

The definition string for the specified built in schedule object.

See Also