calweeks
Calendar duration in weeks
Syntax
Description
returns
an array representing calendar weeks equivalent to the values in W
= calweeks(X
)X
.
If
X
is a numeric array, thenW
is acalendarDuration
array with each element equal to the number of calendar weeks in the corresponding element ofX
.If
X
is acalendarDuration
array, thencalweeks
returns the number of whole weeks equivalent to each calendar duration inX
.