Visit Gigasoft's Web Site
 ProEssentials v9 Help

DayLightSavings

Scope

Pego, Pesgo

Type

Boolean/Int32

Default

FALSE

.NET

PeGrid.Option.DayLightSavings

Ocx|Vcl

DayLightSavings

DLL

PEP_bDAYLIGHTSAVINGS

 

Purpose

This property controls whether date/time x axis scales account for day light savings.

 

Setting

Description

TRUE

An hour is sprung forward in spring and falls backward in fall.

FALSE

Time scale is continuous/absolute.

 

Comments

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

 

The Day Light Savings thresholds are controlled with...

.NET: PeFunction.SetSpringDayLight and PeFunction.SetFalDayLight

OCX: SetSpringDayLight and SetFallDayLight

DLL/SDK: PEP_structSPRINGDAYLIGHT and PEP_structFALLDAYLIGHT.

 

See Also: DateTimeMode