Specifies which end (start or finish) of a schedule item is being referred to.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum TimeEnd |
| Visual Basic |
|---|
Public Enumeration TimeEnd |
| Visual C++ |
|---|
public enum class TimeEnd |
Members
| Member name | Value | Description | |
|---|---|---|---|
| StartTime | 0 | The start of a schedule item. | |
| EndTime | 1 | The end of a schedule item. |