LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

INTLFORMAT

#include <intl.h>

Holds country and workstation settings.

C definition

typedef struct {
  WORD Flags;             /* OR'd #defines for daylight
                        savings, number, time, and date
                        formats - see Symbolic Values
                        CLOCK_24_HOUR, CURRENCY_SPACE,
                        CURRENCY_SUFFIX, DATE_DMY,
                        DATE_MDY, DATE_YMD,
                        DAYLIGHT_SAVINGS,
                        NUMBER_LEADING_ZERO */

  BYTE CurrencyDigits;       /* Number of decimal digits in
                        fractional monetary amounts */

  BYTE Length;            /* Length of this structure */ /*
                        If this structure is set from
                        scratch, THIS MUST BE SET TO
                        THE EXACT SIZE OF THE STRUCTURE
                        WHEN ITS POINTER IS PASSED AS
                        AN ARGUMENT */

  int TimeZone;           /* number of hours added to the time
              to get Greenwich Mean Time. May be
              positive or negative. */

  char AMString[ISTRMAX];     /* AM/am string used in countries
                        with 12 hour time format */

  char PMString[ISTRMAX];     /* PM/pm string used in countries
                        with 12 hour time format */

  char CurrencyString[ISTRMAX]; /* Symbol for currency:
                        $, Fr, SEK, etc. */

  char ThousandString[ISTRMAX]; /* Symbol formatting monetary
                        amounts in thousands */

  char DecimalString[ISTRMAX]; /* Symbol denoting decimal
                        fraction of monetary amounts */

  char DateString[ISTRMAX];   /* Character(s) separating
                        components of date string */

  char TimeString[ISTRMAX];   /* Character(s) separating
                        components of time string */

  char YesterdayString[YTSTRMAX]; /* String denoting previous
                        day */

  char TodayString[YTSTRMAX];  /* String denoting current day */
  char TomorrowString[YTSTRMAX];
} INTLFORMAT;



User: Password:

This website contains material that complements "LotusScript to Lotus C API Programming Guide". Some parts of it including posting of comments and discussion items are available only to authenticated readers of the book. Enter your username and password to authenticate.

You should have cookies and JavaScript enabled for the authentication to work..

You should have received your username and password by email to the address you provided during the purchase of the book. In case you failed to receive it or you have any problems loging in let me know about it.