IGetDataForItemDate2 Property

Stator | API Documentation
Maximum 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> Date2 { get; set; }

Property Value

Type: NullableDateTime
Remarks

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

Reference