| 
 
  | 
| 
 Description  | 
 LastOfMonth() retrns the date of the last day in the month specified.  | 
| 
 
  | 
 
  | 
| 
 Syntax  | 
 LastOfMonth(date)  | 
| 
 
  | 
 
  | 
| 
 Parameters  | 
 date A date.  | 
| 
 
  | 
 
  | 
| 
 Return Value  | 
 The date of the last day in the month specified by the date argument.  | 
| 
 
  | 
 
  | 
| 
 Examples  | 
 LastOfExpireMonth(instrument)=begin LastOfMonth(instrument.expire) end 
 This example returns the date of last day of the expiration month.  | 
| 
 
  | 
 
  | 
| 
 Comments  | 
 NA  |