Share via


ExpiryTime Property

The absolute date and time after which the conference can be deleted.

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property ExpiryTime As Nullable(Of DateTime)
    Get
    Set
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As Nullable(Of DateTime)

value = instance.ExpiryTime

instance.ExpiryTime = value
public Nullable<DateTime> ExpiryTime { get; set; }

Property Value

Type: System..::..Nullable<(Of <(<'DateTime>)>)>

Remarks

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

See Also

Reference

ConferenceScheduleInformation Class

ConferenceScheduleInformation Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace