Click or drag to resize

Meetingstart_time Property

The meeting UTC start time. Only used for scheduled meetings and recurring meetings with fixed time. For past meetings obtained via RetrievePastMeeting(String) this will the actual start time of the meeting, otherwise the scheduled start time. For past meetings, see end_time for the actual end time.

Namespace:  NetQuarry.Services.Zoom
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Nullable<DateTime> start_time { get; set; }

Property Value

Type: NullableDateTime
See Also