


% -*- texinfo -*-
% @deftypefn {Function File} {last =} nweekdate (n, weekday, year, month, nextday)
%
% Returns the @var{n}th occurrence of @var{weekday} from the
% @var{month} and @var{year}. If the optional @var{nextday} argument
% is given, then the week must also contain @var{nextday}. If @var{n}
% is greater than the number of occurrences of that day in the month, 0
% is returned.
%
% @seealso{eomdate, lweekdate, weekday}
% @end deftypefn