Conference.ExpiryTime 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 the absolute UTC date and time after which the conference can be deleted.
public:
property Nullable<DateTime> ExpiryTime { Nullable<DateTime> get(); };
public Nullable<DateTime> ExpiryTime { get; }
member this.ExpiryTime : Nullable<DateTime>
Public ReadOnly Property ExpiryTime As Nullable(Of DateTime)
Property Value
Remarks
The day and time must be between one year before, and 10 years after, the current date and time on the server.