Chilkat v11.0.0 CkDateTime
The CkDateTime class has undergone some backward incompatible changes only affecting C/C++ applications:
- Removal of methods related to Windows
SYSTEMTIMEandFILETIMEstructures. - Elimination of methods using
struct tm. - Discontinuation of functions involving
unsigned shortfor old DOS date/time formats.
For workarounds in C/C++ applications, Chilkat can provide assistance if needed.
The following CkDateTime C/C++ functions were removed.
| Name | Reason |
|---|---|
| GetAsDateTime | SYSTEMTIME |
| GetAsFileTime | FILETIME |
| GetAsSystemTime | SYSTEMTIME |
| GetAsTmStruct | struct tm |
| GetDosDateHigh | Old DOS date format |
| GetDosDateLow | Old DOS date format |
| SetFromDosDate2 | Old DOS date format |
| SetFromFileTime | FILETIME |
| SetFromSystemTime | SYSTEMTIME |
| SetFromTmStruct | struct tm |