Visit Gigasoft's Web Site
 ProEssentials v9 Help

GetFallDayLight

Scope

Pego, Pesgo

 

public ProEssentials.Structs.TM PeFunction.GetFallDayLight ( )

 

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

 

Returns

A ProEssentials.Structs.TM. Only the nMonth, nDay, nYear fields are applicable. The default values are nMonth = 10 (October), nDay = 5 (5th Sunday), nHour = 2 (2 am). nDay stores a number between (1-5) representing the 1st, 2nd, 3rd, 4th, or 5th Sunday in the month.

 

public struct TM
{
    int nMonth;
    int nDay;
    int nYear;
    int nHour;
    int nMinute;
    int nSecond;
    int nMilliSecond;
    int nWeekDay;
    int nYearDay;

}

 

Comments

See Also: DayLightSavings, SetFallDayLight, GetSpringDayLight, and SetSpringDayLight

 

PeFunction.GetFallDayLight members of Pego.PeFunction, Pesgo.PeFunction