n_TokenWeekday
Navigation: Appendices > Macro Language > System Variables >
This system variable gives you the weekday (1-7) of the date to which the current Macro token refers to. It is defined as :
n_TokenDay = WeekdayOf(n_TokenDate)
See also n_TokenDate.