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
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