The meeting UTC end time.
For past meetings obtained via
RetrievePastMeeting(String) this will the actual end time of the meeting,
otherwise null.
For past meetings
start_time will be the actual start time of the meeting.
Namespace:
NetQuarry.Services.Zoom
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Nullable<DateTime> end_time { get; set; }
Public Property end_time As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTimeSee Also