File
File: dfile.h
Namespace: dtSearch
Syntax
Group
Members
Operators
Methods
Method |
Description |
---|---|
Constructor | |
Copy constructor | |
Construct a DFileDate from a dtsFileDate | |
Convert from a WIN32 FILETIME | |
Convert from a WIN32 SYSTEMTIME | |
Convert from a struct tm | |
Convert from a time_t | |
Convert to a WIN32 FILETIME | |
Convert to a WIN32 SYSTEMTIME | |
Convert to MFC CTime | |
Convert to a struct tm | |
Format as date, optionally converting to local time | |
Format as date, optionally converting to local time, returning a CString | |
Format date as follows YYYY-MM-DD HH:MM:SSZ Time zone is assumed to be GMT (no timezone conversion is done) | |
Format as time, optionally converting to local time | |
Format as time, optionally converting to local time, returning a CString | |
Parse date from string created by formatISO The input format must be: YYYY-MM-DD HH:MM:SSZ | |
Convert from UTC to Local time, using system time zone information |
Methods
Method |
Description |
---|---|
Constructor | |
Copy constructor | |
Construct a DFileDate from a dtsFileDate | |
Convert from a WIN32 FILETIME | |
Convert from a WIN32 SYSTEMTIME | |
Convert from a struct tm | |
Convert from a time_t | |
Convert to a WIN32 FILETIME | |
Convert to a WIN32 SYSTEMTIME | |
Convert to MFC CTime | |
Convert to a struct tm | |
Format as date, optionally converting to local time | |
Format as date, optionally converting to local time, returning a CString | |
Format date as follows YYYY-MM-DD HH:MM:SSZ Time zone is assumed to be GMT (no timezone conversion is done) | |
Format as time, optionally converting to local time | |
Format as time, optionally converting to local time, returning a CString | |
Parse date from string created by formatISO The input format must be: YYYY-MM-DD HH:MM:SSZ | |
Convert from UTC to Local time, using system time zone information |
Operators
Description
Class wrapper around dtsFileDate, providing conversion to and from various Windows and C runtime library types
Class Hierarchy
dtSearch::DFileDate