Visit Gigasoft's Web Site
 ProEssentials v9 Help

DayLabelType

Scope

Pego, Pesgo

Type

Int32

Default

PEDLT_3_CHAR

.NET

PeGrid.Option.DayLabelType

Ocx|Vcl

DayLabelType

DLL

PEP_nDAYLABELTYPE

 

Purpose

This property is only used with DateTimeMode. This property allows you to set the day labels in the DateTimeMode in the following formats:

 

.NET Gigasoft.Enums.

ActiveX and

 

DayLabelType.

DLL Constants

Description

ThreeCharacters

PEDLT_3_CHAR(0)

Three Character

OneCharacter

PEDLT_1_CHAR(1)

One Character

NoDayPrompt

PEDLT_NO_DAY_PROMPT(2)

No Day Prompt

NoDayNumber

PEDLT_NO_DAY_NUMBER(3)

No Day Number, Only one character weekday label

 

VCL Enumerations:

Replace the x prefix with either g(graph), or sg(scientific graph).

eDayLabelType = (x3CharDay, x1CharDay, xNoDay, xNoDayNumber);

 

Comments

PeGrid.Option.DayLabelType members of Pego.PeGrid.Option, Pesgo.PeGrid.Option

 

See Also: TimeLabelType, YearLabelType, MonthLabelType, YearMonthDayPrompt, YearMonthDayStyle