Visit Gigasoft's Web Site
 ProEssentials v9 Help

TimeLabelType

Scope

Pego, Pesgo

Type

Int32

Default

PETLT_12HR_AM_PM

.NET

PeGrid.Option.TimeLabelType

Ocx|Vcl

TimeLabelType

DLL

PEP_nTIMELABELTYPE

 

Purpose

This property is only used with DateTimeMode. This property allows you to set the time label style:

 

.NET Gigasoft.Enums.

ActiveX and

 

TimeLabelType.

DLL Constants

Description

TwelveHourAmPm

PETLT_12HR_AM_PM(0)

12 Hour and show AM-PM

TwelveHourNoAmPm

PETLT_12HR_NO_AM_PM(1)

12 Hour and hide AM-PM

TwentyFourHour

PETLT_24HR(2)

24 Hour

 

VCL Enumerations:

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

eTimeLabelType = (x12hr_am_pm, x12hr_no_am_pm, x24hr);

 

Comments

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

 

See Also: YearLabelType, MonthLabelType, YearMonthDayPrompt,

DayLabelType, YearMonthDayStyle