Expand description
Date and time handling.
When using the tds73 feature flag together with SQL Server 2008 or later,
the following time mappings to and from the database are available:
Time->TimeDate->DateDateTime->PrimitiveDateTimeDateTime2->PrimitiveDateTimeSmallDateTime->PrimitiveDateTimeDateTimeOffset->OffsetDateTime
With SQL Server 2005 and the tds73 feature flag disabled, the mapping is
different:
DateTime->PrimitiveDateTimeSmallDateTime->PrimitiveDateTime
Modules§
- chrono
chrono - Mappings between TDS and and Chrono types (with
chronofeature flag enabled). - time
time - Mappings between TDS and and time crate types (with
timefeature flag enabled).
Structs§
- Date
tds73 - A presentation of
datetype in the server. - Date
Time - A presentation of
datetimetype in the server. - Date
Time2 tds73 - A presentation of
datetime2type in the server. - Date
Time Offset tds73 - A presentation of
datetimeoffsettype in the server. - Small
Date Time - A presentation of
smalldatetimetype in the server. - Time
tds73 - A presentation of
timetype in the server.