of_getmarkedday


pfcmain.pbl   >   pfc_u_calendar   >   of_getmarkedday   

Full name pfc_u_calendar.of_getmarkedday
Access public
Extend of integer
Return value integer
Prototype public function integer of_getmarkedday(ref date[])

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getmarkedday (ref date ad_dates[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  	of_GetMarkedday
//
//	Access:    	Public
//
//	Arguments:
//		ad_dates[]  The Marked days by reference.
//
//	Returns:   		Integer
//   					The number of dates on the array.
//
//	Description:  	Gets the Marked days.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

ad_dates = id_markedday

Return UpperBound(ad_dates)
end function

     
Name Owner
pfc_u_calendar.of_drawmonth pfc_u_calendar
pfc_u_tabpg_dwproperty_srvcalendar2.pfc_propertypopulate pfc_u_tabpg_dwproperty_srvcalendar2

     
Name Owner
systemfunctions.upperbound systemfunctions

     
Full name
No Data

     
Name Scope
No Data