TimeCode Enumeration

banner art

Specifies the possible values for a time code.

Syntax

[Visual Basic .NET]
Public Enum TimeCode
[C#]
public enum TimeCode
[JScript]
public enum TimeCode

Members

Name Value Description
Available 0 Specifies that the time is available.
Busy 1 Specifies that the time is committed to an activity.
Filter 3 Specifies to use additional filters for the time block such as service cost or service start time.
Unavailable 2 Specifies that the time is unavailable.

Remarks

Used for the field TimeInfo.TimeCode.

See Also

© 2007 Microsoft Corporation. All rights reserved.