Gets the schedule definition that wraps the specified object from the internal schedule definition collection, or null if such schedule definition doesn't exist.

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

Syntax

C#
public ScheduleDefinition GetScheduleDefinition(
	Object item
)
Visual Basic (Declaration)
Public Function GetScheduleDefinition ( _
	item As Object _
) As ScheduleDefinition

Parameters

item
Type: System..::.Object
Wrapped object to search for.

Return Value

The schedule definition that wraps the specified object from the internal schedule definition collection, or null if such schedule definition doesn't exist.

See Also