//Step 1this.ultraTimeSpanEditor1.Nullable = true;
//Step 2this.ultraTimeSpanEditor1.Value = new TimeSpan(1, 8, 30, 12);Console.WriteLine("Value is: " + this.ultraTimeSpanEditor1.Value);
//Step 3this.ultraTimeSpanEditor1.Value = null;Console.WriteLine("Value is: " + this.ultraTimeSpanEditor1.Value);
//ErrorValue is always: 1.08:30:12
Best regards, Lello
Thanks! :-)
Hello Lello,
I have created the following case for you : CAS-48859-HYMTN2 . You will be notified when your issue is resolved.
Please let me know if you have any further questions.
This is a bug which will be addressed in the next service release; thank you for bringing it to our attention. If you like you can log an incident with Developer Support so that you receive a notification when the fix becomes available.