Replies: 1 comment
-
Hi this was a bug, i have fixed it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm surprised by the last return (
return startDay;
) in DateSystem.FindDayBetween.I think it should return null rather than startDay, shouldn't it ?
If i do
FindDayBetween(2022,08,25, 2022,08,28, DayOfWeek.Tuesday)
, there's no tuesday between those 2 dates so I should get null, not 2022-08-25.It seems to be used only in FinlandProvider with a 7 days interval so it shouldn't cause any problem.
What do you think ?
Beta Was this translation helpful? Give feedback.
All reactions