MeetingMessageType.DateTimeStamp Property

Definition

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.

Applies to