Xbasic
YearStart_ISO Function
Syntax
First_Week as D = yearstart_iso(N WhichYear )
Arguments
- First_Week
The first day of the ISO year for a given year. Numeric
- WhichYear
The date to be analyzed. Numeric
Description
The YearStart_ISO() function returns the first day of the ISO year.
Discussion
Example
? yearstart_iso(2005)
= {01/03/2005}
? yearstart_iso(2004)
= {12/29/2003}put description here
See Also