Interval Table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-18 09:27 AM
What is the difference between "Day of year" (interval 😎 and "Day" (interval 9)?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-18 04:52 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-03-18 09:36 PM
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?
