Tds v2.0.1-rc1 Tds.DateTime View Source

Struct for MSSQL DateTime.

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

Fields

  • year
  • month
  • day
  • hour
  • min
  • sec

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Tds.DateTime{
  day: 1..31,
  fsec: 0..999,
  hour: 0..23,
  min: 0..59,
  month: 1..12,
  sec: 0..59,
  year: 1753..9999
}