Originally Posted by Dnereb
the problem starts when I get a data from a user input from using a DatetimeInput
The bound Nullable (of Date) (to a businessObject, not a dataset) will return a
.Hasvalue = True and a value of Nothing or Date.Minvalue if a user deleted a date.
Although it should be
.hasvalue = False
The problem arrises comparing periods I need to compare periods starting infinate in the past against other periods, but not periods without any UserInput
I'm afraid I've lost you again in this explanation, but anyways Thx for the afford anyways.