cancel
Showing results for 
Search instead for 
Did you mean: 

Interval Table

MarkIlgovsky1
Level 2
What is the difference between "Day of year" (interval 😎 and "Day" (interval 9)?
2 REPLIES 2

Denis__Dennehy
Level 15
Considering Blue Prism is a .NET application it is always worth looking for answers in MSDN .NET  library resources.  Go to MSDN and compare DateTime.DayOfYear Property with DateTime.Day Property - it looks like one returns a number between 1 and 366 and the other returns a number between 1 and 31.

PeterBly
Level 3
Depends also on where you use the interval. If you are using it in DateDiff, the result should be the same whether you use interval 8 or 9. How are you using the interval?