Visit Gigasoft's Web Site
 ProEssentials v9 Help

GetSpringDayLight

Scope

Pego, Pesgo

 

public ProEssentials.Structs.TM PeFunction.GetSpringDayLight ( )

 

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

 

Returns

A ProEssentials.Structs.TM. Only the nMonth, nDay, nYear fields are applicable. The default values are nMonth = 4 (April), nDay = 1 (1st 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, GetFallDayLight, and SetSpringDayLight

 

PeFunction.GetSpringDayLight members of Pego.PeFunction, Pesgo.PeFunction