NWSMDOSTimeToECMA

Converts a DOS format date and time value to ECMA's local date and time format.

Syntax

  #include <smsutapi.h> 
   
  UINT32 NWSMDOSTimeToECMA (
     UINT32     dosDateTime, 
     ECMATime  *ecmaTime);
  

Parameters

dosDateTime

(IN) Specifies the DOS packed date and time value to convert.

ecmaTime

(OUT) Points to the ECMA equivalent of dosDateTime.

Return Values

NWSMDOSTimeToECMA always returns zero.