Edit

Share via


ConferenceScheduleInformation.ExpiryTime Property

Definition

Gets or sets the absolute date and time after which the conference can be deleted.

public:
 property Nullable<DateTime> ExpiryTime { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public Nullable<DateTime> ExpiryTime { get; set; }
member this.ExpiryTime : Nullable<DateTime> with get, set
Public Property ExpiryTime As Nullable(Of DateTime)

Property Value

Exceptions

Thrown if the supplied date is not within acceptable limits.

Remarks

The day and time must be between one year before, and 10 years after, the current date and time on the server.

If no value is supplied, expiry time is set to 8 hours.

Applies to