|
|
The date and time that this job was submitted for printing
[Visual Basic] Public ReadOnly Property Submitted As DateTime [C#] public DateTime Submitted {get;} [C++] public: __property DateTime get_Submitted(); [JScript] public function get Submitted() : DateTime;
Returns the date and time at which the print job was submitted for printing
[Visual Basic] The following example prints the date and time a job was submitted of a job to a trace
[Visual Basic]
Public Sub TraceJobSubmittedDateAndTime(ByVal pjIn As PrintJob)
With pjIn
Trace.WriteLine("Job submitted at : " & .Submitted.ToString())
End With
End Sub
Namespace: PrinterQueueWatch
Platforms: Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
PrintJob overview , All PrintJob members
© 2003 Merrion Computing Ltd. All rights reserved.