SPWorkItem.DeliveryDate property
Gets or sets a DateTime value specifying SQL Server time when the work item is picked off the priority queue for processing.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DeliveryDate As DateTime
Get
Set
'Usage
Dim instance As SPWorkItem
Dim value As DateTime
value = instance.DeliveryDate
instance.DeliveryDate = value
public DateTime DeliveryDate { get; set; }
Property value
Type: System.DateTime
Returns a DateTime value representing the SQL time.
Remarks
To have the work item processed immediately, specify now().
Compare Created.