Click or drag to resize
GroupArgs.MaxTime Property
Gets or sets the max time.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.2.0
Syntax
public Nullable<TimeSpan> MaxTime { get; set; }

Property Value

Type: Nullable<TimeSpan>
See Also