EmailMeetingInfo.RecurrenceStartTime 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 first instance of the recurrence pattern.
public:
property IReference<DateTime> ^ RecurrenceStartTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> RecurrenceStartTime();
void RecurrenceStartTime(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> RecurrenceStartTime { get; set; }
var iReference = emailMeetingInfo.recurrenceStartTime;
emailMeetingInfo.recurrenceStartTime = iReference;
Public Property RecurrenceStartTime As Nullable(Of DateTimeOffset)
Property Value
The first instance of the recurrence pattern.
Windows requirements
App capabilities |
email
emailSystem
|