PrintTaskSourceRequestedArgs.Deadline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DateTime object that indicates the deadline for a print task source request.
public:
property DateTime Deadline { DateTime get(); };
DateTime Deadline();
public System.DateTimeOffset Deadline { get; }
var dateTime = printTaskSourceRequestedArgs.deadline;
Public ReadOnly Property Deadline As DateTimeOffset
Property Value
The deadline for a print task source request.