Tds v1.1.7 Tds.SmallDateTime View Source
Struct for MSSQL SmallDateTime.
https://msdn.microsoft.com/en-us/library/ms182418.aspx
Fields
yearmonthdayhourminsec
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Tds.SmallDateTime{
day: 1..12,
hour: 0..23,
min: 0..59,
month: 1..12,
sec: 0..59,
year: 1900..2079
}
t() :: %Tds.SmallDateTime{
day: 1..12,
hour: 0..23,
min: 0..59,
month: 1..12,
sec: 0..59,
year: 1900..2079
}