AlertSchedule.StartDate Property

Definition

Gets or sets the date time when the schedule starts executing.

public:
 property DateTime StartDate { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember]
public DateTime StartDate { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.StartDate : DateTime with get, set
Public Property StartDate As DateTime

Property Value

The date time when the schedule starts executing.

Attributes

Applies to