IGetDataForItemDate1 Property

Stator | API Documentation
Minimum date defining period for historical data.

Namespace:  Stator.libPublic.DataPlugins.DataObjectInterfaces
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

Nullable<DateTime> Date1 { get; set; }

Property Value

Type: NullableDateTime
Remarks

Usage:
NULL = Data will be obtained from first available record to Date2
Date = Date will be obtained from the specified date to Date2
Date1 == Date2 = Data will be obtained for the one date specified
See Also

Reference