You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have to provide the default time in 'value' parameter, and in case I'm also providing min... and max... time constraints, I need to manually clamp the 'value' default time in the allowed range, otherwise, I'm getting an exception. Can 'value' be nullable and the rest done under the hood?
Also, it would be nice if 'minHour', 'minMinute', 'maxHour', and 'maxMinute' parameters also were nullable