AlertSchedule.EndDate Property

Definition

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

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

Property Value

The date time when the schedule stops executing.

Attributes

Applies to