BulkDeleteRequest.StartDateTime Property

 

Applies To: Dynamics CRM 2015

Gets or sets the start date and time to run a bulk delete job. Optional.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public DateTime StartDateTime { get; set; }
public:
property DateTime StartDateTime {
    DateTime get();
    void set(DateTime value);
}
member StartDateTime : DateTime with get, set
Public Property StartDateTime As Date

Property Value

Type: System.DateTime

Type: DateTime 
The start date and time to run a bulk delete job.

Remarks

StartDateTime is an optional property that specifies the start date and time of an one-time-only bulk delete job, or the start date and time of a recurring bulk delete job. If this property is not set, the start date and time are set to the value that is contained in the Now. For more information, see Recurrence pattern in asynchronous job execution.

See Also

BulkDeleteRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright