Module time
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
- Mappings between TDS and and Chrono types (with
chronofeature flag enabled). - time
- Mappings between TDS and and time crate types (with
timefeature flag enabled).
Structs§
- Date
- A presentation of
datetype in the server. - Date
Time - A presentation of
datetimetype in the server. - Date
Time2 - A presentation of
datetime2type in the server. - Date
Time Offset - A presentation of
datetimeoffsettype in the server. - Small
Date Time - A presentation of
smalldatetimetype in the server. - Time
- A presentation of
timetype in the server.