MeetingMessageType.DateTimeStamp 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.
The DateTimeStamp property gets or sets the date and time that the meeting was created.
public:
property DateTime DateTimeStamp { DateTime get(); void set(DateTime value); };
public DateTime DateTimeStamp { get; set; }
Public Property DateTimeStamp As DateTime
Property Value
The DateTimeStamp property returns an instance of the DateTime class that represents the date and time that the meeting was created.