Click or drag to resize

Meetingduration Property

Meeting duration (minutes). Used for scheduled meetings only. For past meetings this will the actual duration, otherwise the scheduled start time. However, for consistency it is probably better to use total_minutes to obtain duration for past meetings.

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

Property Value

Type: NullableInt32
See Also