Data Type : Time

INTLFORMAT - Holds country and workstation settings.
----------------------------------------------------------------------------------------------------------


#include <intl.h>

Definition :

typedef struct {
  WORD Flags;                   /* OR'd #defines for daylight

Description :

The INTLFORMAT typedef is used to declare a data structure that is returned from OSGetIntlSettings with country and workstation dependant information. This structure provides information useful in parsing or composing Time, Date, and Currency strings. It is also used by ConvertTextToTIMEDATE and ConvertTIMEDATEToText to indicate the expected or resulting string format, current time zone and daylight savings values.

See Also :

CLOCK_24_HOUR
----------------------------------------------------------------------------------------------------------