GetFixedDay
Previous  Top  Next

BSTCalH.GetFixedDay PROCEDURE(BYTE pDay,BYTE pMo, SHORT pYr),LONG,VIRTUAL

GetFixedDay method returns a date(LONG) that is the calculated date for the passed Day, Month, and Year.

Standard Usage

BHT:DateRet = BSTCalH.GetFixedDay(BHT:DayOfMonth,BHT:MoWanted, BHT:YrWanted)