The QueryConfig..::..TimeWindowParams type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
TimestampField
The name of a timestamp field at the target table, for example ArrivalTime.
WindowEndTimeExpr
The expression representing the end of the window, for example NOW-seconds(2). You may also use the word end.
WindowStartTimeExpr
The expression representing the start of the window, for example NOW-seconds(5). You may also use the word begin.

See Also