pfc_prevweek


pfcmain.pbl   >   pfc_u_calendar   >   dw_cal   >   pfc_prevweek   

Full name pfc_u_calendar.dw_cal.pfc_prevweek
Access public
Extend of integer
Return value integer
Prototype event integer pfc_prevweek()

Name Datatype
No Data

Name Datatype
No Data

event pfc_prevweek;call super::pfc_prevweek;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			pfc_prevweek
//
//	(Arguments:		None)
//
//	(Returns:  		None)
//
//	Description:	Goto to the previous week.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

// Set the new date.
of_SetDate (RelativeDate (id_date, -7), True)

Return 1
end event

     
Name Owner
pfc_u_calendar.dw_cal.key dw_cal

     
Name Owner
systemfunctions.relativedate systemfunctions
pfc_u_calendar.of_setdate pfc_u_calendar

     
Full name
No Data

     
Name Scope
No Data