TimeWindow.Unrestricted Property

Returns true if the print job is being printed

[Visual Basic]
Public Property Unrestricted As Boolean
[C#]
public bool Unrestricted {get;set}

Property Value

Set to indicate that the time window is unrestricted (i.e. covers the entire working day)

Remarks

Example

[Visual Basic] The following example creates a time window from 09:00 to 17:30 local time

[Visual Basic] 
  Dim StandardWorkingDay As New TimeWindow(#09:00:00 AM#,#17:30:00 PM#)

Requirements

Namespace: PrinterQueueWatch

Platforms:  Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TimeWindow overview , All TimeWindow members


© 2003 Merrion Computing Ltd. All rights reserved.