Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.43 KB

date-and-time-database-support.md

File metadata and controls

28 lines (23 loc) · 1.43 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Date and Time: Database Support | Microsoft Docs
11/04/2016
cpp-windows
reference
C++
tables [C++]
dates [C++], database support
COleDateTime class, database programming
time [C++], database support
database tables [C++], date/time data
tables [C++], date/time data
databases [C++], date/time data
COleDateTimeSpan class, database programming
4a57a1bb-fad5-4b70-b32c-42ad75c710c8
9
mikeblome
mblome
ghogen

Date and Time: Database Support

As of version 4.0, MFC database programming uses the COleDateTime and COleDateTimeSpan classes to represent date and time data. These classes, also used in Automation, are derived from class COleVariant. They supply better support for managing date and time data than do CTime and CTimeSpan.

What do you want to know more about

See Also

Date and Time