Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1082
I can not set "null" new ultraTimeSpanEditor
posted

//Step 1
this.ultraTimeSpanEditor1.Nullable = true;

//Step 2
this.ultraTimeSpanEditor1.Value = new TimeSpan(1, 8, 30, 12);
Console.WriteLine("Value is: " + this.ultraTimeSpanEditor1.Value);

//Step 3
this.ultraTimeSpanEditor1.Value = null;
Console.WriteLine("Value is: " + this.ultraTimeSpanEditor1.Value);

//Error
Value is always: 1.08:30:12

Best regards, Lello

 

Parents
  • 20872
    Offline posted

    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.

     

Reply Children
No Data