Share via


TimeInfo.SubCode Field

banner art

Specifies detailed information about the time block such as whether it is an appointment, break, or holiday.

Syntax

[Visual Basic .NET]
Public Field SubCode As SubCode
[C#]
public SubCode SubCode;
[JScript]
public var SubCode : SubCode;

Remarks

This field is one of the SubCode enumeration values.

See Also

© 2007 Microsoft Corporation. All rights reserved.