Scilab Function
Last update : 3/11/2005

workdays - create string table with information about working days

Calling Sequence

S = workdays(j,bdg,kath)

Parameters

Description

This function uses the function "werktage". The result is a chart. Each column represents one year, the rows a showing the months of the year with the number of working days.

The chart contains a heading line and a final sum row, therefore S has always 14 rows.

Examples

// calculate the number of
// working days for the year
// 2005, ..., 2008 in Hessen (Germany)
// Please wait a little bit...
S=workdays(2005:2008);
// End of example workdays

See Also

werktage ,   ostern ,  

Authors

Dr. Andreas Geissler geisslea@web.de

Used Function

werktage