ScheduledNotification.ScheduledTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the scheduled time.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="ScheduledTime", Order=1003)]
public DateTimeOffset ScheduledTime { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="ScheduledTime", Order=1003)>]
member this.ScheduledTime : DateTimeOffset
Public ReadOnly Property ScheduledTime As DateTimeOffset
Property Value
The scheduled time.
- Attributes