Tds v2.0.2 Tds.Date View Source

Struct for MSSQL date.

https://msdn.microsoft.com/en-us/library/bb630352.aspx

Fields

  • year
  • month
  • day

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Tds.Date{day: 1..31, month: 1..12, year: 1..9999}