Specifies which end (start or finish) of a schedule item is being referred to.
Namespace:
Mindscape.WpfElementsAssembly: 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 name | Description | |
|---|---|---|
| StartTime |
The start of a schedule item.
| |
| EndTime |
The end of a schedule item.
|