The TaskJuggler Manual | ||
---|---|---|
Prev | Chapter 7. Property Reference | Next |
days
>yearlyworkingdays
<days >
| |||
---|---|---|---|
Description | Specifies the number of average working days per year. This should correlate to the specified workinghours and vacation. It affects the conversion of working hours, working days, working weeks, working months and working years into each other. When public holidays and vacations are disregarded, this value should be equal to the number of working days per week times 52.1428 (the average number of weeks per year). E. g. for a culture with 5 working days it is 260.714 (the default), for 6 working days it is 312.8568 and for 7 working days it is 365. | ||
Attributes | Name | Type | Description |
days | REAL | ||
Context | project, | ||
Inheritable | No | Scenario Spec. | No |
See also | dailyworkinghours, loadunit, vacation, workinghours |
project prj "Example Project" "1.0" 2000-01-01 - 2000-03-09 { # The following attributes are all optional. They illustrate the # default values. These attributes are only needed if you want to # specify different values than those listed below. dailyworkinghours 8 yearlyworkingdays 260.714 timingresolution 60min timeformat "%Y-%m-%d %H:%M" shorttimeformat "%H:%M" currencyformat "(" ")" "," "." 0 weekstartsmonday workinghours mon - fri 9:00 - 12:00, 13:00 - 18:00 workinghours sat, sun off scenario plan "Plan" { } } task t "Task" { start 2000-01-01 }