Visit Gigasoft's Web Site
 ProEssentials v9 Help

GetFallDayLight Method

*Within client side VBScript within a web page, use GetFallDayLightEx

 

Scope Graph and Scientific Graph Interfaces

 

GetFallDayLight(pnMonth As Integer, pnDay As Integer, pnHour As Integer)

 

Parameter

Description

pnMonths

Variable to store month.

pnDay

Variable to store day.

pnHour

Variable to store hour.

 

This method is used to retrieve the current DayLightSaving fall time threshold.

 

The default values are Month = 10 (October), Day = 5 (5th Sunday), Hour = 2 (2 am).

 

pnDay stores a number between (1-5) representing the 1st, 2nd, 3rd, 4th, or 5th Sunday in the month.

  

Comments

See Also: SetFallDayLight, GetSpringDayLight, OCX Methods, PEP_structFALLDAYLIGHT.

 

Visual Basic 6 Example

Dim Month As Integer

Dim Day As Integer

Dim Hour As Integer

Pego1.GetFallDayLight Month, Day, Hour