intvName Function
Dynamics AX 4.0
Returns the name of the interval that is col intervals ahead of the input_date.
str intvName(date input_date, int col, int func)
For example, if func specifies days (IntvScale::WeekDay), intvName will return the name of the week day. If func specifies weeks (IntvScale::Week) intvName will return a string that contains the number of the week. For description of the func parameter see intvMax.
Community Additions
ADD
Show: