Interface ITimeInterval
Encapsulates time interval (from and till date/time points) for filtering requires.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface ITimeIntervalProperties
| Improve this Doc View SourceFrom
Gets the starting date/time point of filtering interval.
Declaration
DateTime? From { get; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<DateTime> | 
Into
Gets the ending date/time point of filtering interval.
Declaration
DateTime? Into { get; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<DateTime> |