Tds v1.1.7 Tds.DateTime2 View Source
Struct for MSSQL DateTime2.
https://msdn.microsoft.com/en-us/library/bb677335.aspx
Fields
yearmonthdayhourminsecusec
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Tds.DateTime2{
day: 1..31,
fsec: 0..9_999_999,
hour: 0..23,
min: 0..59,
month: 1..12,
sec: 0..59,
year: 1..9999
}
t() :: %Tds.DateTime2{
day: 1..31,
fsec: 0..9_999_999,
hour: 0..23,
min: 0..59,
month: 1..12,
sec: 0..59,
year: 1..9999
}