SPMobileMessageBuilder.ScheduledSendingTime Property
Gets or sets the UTC time that the message should be sent.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ScheduledSendingTime As DateTime
Get
Set
'Usage
Dim instance As SPMobileMessageBuilder
Dim value As DateTime
value = instance.ScheduledSendingTime
instance.ScheduledSendingTime = value
public DateTime ScheduledSendingTime { get; set; }
Property Value
Type: System.DateTime
The scheduled time the message is to be sent.