Table of Contents

Property TimeSpan

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

TimeSpan

Gets or sets the time length of each window.

public TimeSpan? TimeSpan { get; set; }

Property Value

TimeSpan?

Remarks

If no value is specified, the window will have its length specified by either a maximum number of elements, or the boundary indicated by a notification from the second sequence.