Tds v1.2.4 Tds.DateTimeOffset View Source

Struct for MSSQL DateTimeOffset. https://msdn.microsoft.com/en-us/library/bb630289.aspx

Fields

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

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Tds.DateTimeOffset{
  day: 1..31,
  fsec: 0..9_999_999,
  hour: 0..23,
  min: 0..59,
  month: 1..12,
  offset_hour: -14..14,
  offset_min: 0..59,
  sec: 0..59,
  year: 1..9999
}