Public Function FirstDayOfPeriod( _ ByVal vDate As Variant _ , ByVal vPeriod As Variant _ ) As Variant
FirstDayOfPeriod(#12/15/99#, 1) = #1/1/99# FirstDayOfPeriod(#12/15/99#, 2) = #7/1/99# FirstDayOfPeriod(#12/15/99#, 4) = #10/1/99# FirstDayOfPeriod(#12/15/99#, 6) = #11/1/99# FirstDayOfPeriod(#12/15/99#, 12) = #12/1/99#See also:
LastDayOfPeriod Function FirstDayOfMonth Function FirstWeekdayOfMonth Function FirstDayOfWeek Function PreviousCouponDate FunctionvDate: The date used to determine the period. Function returns Null if vDate is Null or cannot be fixed up to a Date.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.