int = DaysDescending(nAnyDate)
This macro function takes the date nAnyDate as parameter and returns the number of days until the end of the year.
➢Note that the value of this function on December 31st is 0, not 1.
nDaysUntilDec31st = DaysDescending(Today())
This is the function used internally to evaluate the [t-] token.
See also: DaysAscending.
Topic 125700, last updated on 18-Apr-2020