Dates.Recurring icon indicating copy to clipboard operation
Dates.Recurring copied to clipboard

Why "Months" Recurring is not working without "OnDay" and "OnOrdinalWeek" ?

Open pradipbaria opened this issue 5 years ago • 1 comments

I see "OnDay" and "OnOrdinalWeek" are optional for "Months" event builder type. But I am getting below exception at OrdinalTargetDay

'Nullable object must have a value.'

image

image

pradipbaria avatar Jan 16 '20 19:01 pradipbaria

There is a private flag which is only updated on using the constructor, with the default false value it can cause an issue it you set the On day property inline via property extender rather than the constructor.

Rishab1988 avatar Aug 28 '20 16:08 Rishab1988