EmailMeetingInfo.StartTime 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 start time for the meeting.
public:
property DateTime StartTime { DateTime get(); void set(DateTime value); };
DateTime StartTime();
void StartTime(DateTime value);
public System.DateTimeOffset StartTime { get; set; }
var dateTime = emailMeetingInfo.startTime;
emailMeetingInfo.startTime = dateTime;
Public Property StartTime As DateTimeOffset
Property Value
The start time for the meeting.
Windows requirements
App capabilities |
email
emailSystem
|