time = weekdate_cdc( year, week [, day] )
This function converts from the year, week, day components of a date in
the CDC/MMWR "epi week" format to the calendar date as a time in seconds since
the epoch date 1 Jan 1970. The CDC week date convention differs from the
ISO week date in that it is defined in terms of each week running from
day 1 = Sunday to day 7 = Saturday. If the third parameter is 0 or is
omitted, the time returned is the start of the week.
See tm_week (p. ) and weekdate_iso (p.
).