Share via


QueryTimePeriod Class

Definition

The start and end date for pulling data for the query.

public class QueryTimePeriod
type QueryTimePeriod = class
Public Class QueryTimePeriod
Inheritance
QueryTimePeriod

Constructors

QueryTimePeriod(DateTimeOffset, DateTimeOffset)

Initializes a new instance of QueryTimePeriod.

Properties

From

The start date to pull data from.

To

The end date to pull data to.

Applies to