Show / Hide Table of Contents

Interface ITimeInterval

Encapsulates time interval (from and till date/time points) for filtering requires.

Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface ITimeInterval

Properties

| Improve this Doc View Source

From

Gets the starting date/time point of filtering interval.

Declaration
DateTime? From { get; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

Into

Gets the ending date/time point of filtering interval.

Declaration
DateTime? Into { get; }
Property Value
Type Description
System.Nullable<DateTime>

Extension Methods

TimeInterval.IsEmpty(ITimeInterval)
TimeInterval.IsOpen(ITimeInterval)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX