BulkDeleteRequest.StartDateTime Property

Definition

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

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

Property Value

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 DateTime.Now property. For more information, see Recurrence start times and patterns.

Applies to