Specifies which end (start or finish) of a schedule item is being referred to.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public enum TimeEnd
Visual Basic (Declaration)
Public Enumeration TimeEnd

Members

Member nameDescription
StartTime
The start of a schedule item.
EndTime
The end of a schedule item.

See Also