NotificationDetails.StartTime Property

Definition

Gets or sets the notification start time.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="StartTime", Order=1005)]
public DateTime? StartTime { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="StartTime", Order=1005)>]
member this.StartTime : Nullable<DateTime> with get, set
Public Property StartTime As Nullable(Of DateTime)

Property Value

The notification start time.

Attributes

Applies to