Skip to content

DateTime

Victor Lee edited this page May 8, 2020 · 3 revisions

IEX uses several different ways to express DateTime

  • some endpoints express a date directly. These are implemented with either a DateTime or Datetime? property
  • some endpoints express separate date and minute fields. These are marked with ITimestampedDateMinute
  • some endpoints express just a minute field alone. These are marked with ITimestampedMinute
  • some endpoints express a single Timstamp field of type long.
  • there are extension properties in IEXSharp.Helper.DateTimeExtensions to convert these into a proper DateTime
Clone this wiki locally