Click or drag to resize

Meetingend_time Property

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; }

Property Value

Type: NullableDateTime
See Also