Visit Gigasoft's Web Site
 ProEssentials v9 Help

GetSpringDayLight Method

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

 

Scope Graph and Scientific Graph Interfaces

 

GetSpringDayLight(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 spring time threshold.

 

The default values are Month = 4 (April), Day = 1 (1st 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: SetSpringDayLight, GetFallDayLight, OCX Methods, PEP_structSPRINGDAYLIGHT.

 

Visual Basic Example

Dim Month As Integer

Dim Day As Integer

Dim Hour As Integer

Pego1.GetSpringDayLight Month, Day, Hour