Chilkat v11.0.0 CkDateTime

🔙 v11 Compatibility Index

The CkDateTime class has undergone some backward incompatible changes only affecting C/C++ applications:

  1. Removal of methods related to Windows SYSTEMTIME and FILETIME structures.
  2. Elimination of methods using struct tm.
  3. Discontinuation of functions involving unsigned short for 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
GetAsDateTimeSYSTEMTIME
GetAsFileTimeFILETIME
GetAsSystemTimeSYSTEMTIME
GetAsTmStructstruct tm
GetDosDateHighOld DOS date format
GetDosDateLowOld DOS date format
SetFromDosDate2Old DOS date format
SetFromFileTimeFILETIME
SetFromSystemTimeSYSTEMTIME
SetFromTmStructstruct tm