//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
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.
Thanks! :-)