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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

VIEW_CALENDAR_FORMAT

#include <viewfmt.h>

Calendar view format descriptor.

C definition

typedef struct
  {
  BYTE  Version;        /* Version Number */  
  BYTE  Formats;        /* Formats supported by this view VIEW_CAL_FORMAT_XXX.*/
  FONTID  DayDateFont;    /* Day and Date display */
  FONTID  TimeSlotFont;    /* Time Slot display */
  FONTID  HeaderFont;        /* Month Headers */

  WORD  DaySeparatorsColor;    /* Lines separating days */
  WORD   TodayColor;      /* Color Today is displayed in */

  WORD  wFlags;        /* Misc Flags - CAL_xxx */
  
  WORD   BusyColor;      /* Color busy times are displayed in */

  WORD   wTimeSlotStart;      /* TimeSlot start time (in minutes from midnight) */
  WORD   wTimeSlotEnd;      /* TimeSlot end time (in minutes from midnight) */
  WORD   wTimeSlotDuration;    /* TimeSlot duration (in minutes) */

  COLOR_VALUE DaySeparatorsColorExt;  /* written by v5; Same as DaySeparatorsColor, but can be any color */
  COLOR_VALUE BusyColorExt;    /* written by v5; Same as BusyColor, but can be any color */

  BYTE  MinorVersion;      /* Minor version-VIEW_CAL_FORMAT_MINOR_xxx */
  BYTE  InitialFormat;      /* Initial format to display. 0=last viewed by user */
  
  DWORD  CalGridBkColor;      /* Background color of Calendar Grid */
  DWORD  WorkHoursColor;      /* Background color for the work hours in the calendar grid */
  DWORD  ToDoBkColor;      /* Background color for the ToDo entry region */
  DWORD  HeaderBkColor;      /* Background color for calendar view's header background */

  } VIEW_CALENDAR_FORMAT;



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.