How can I set the value of an unbound UltraDateTimeEditor in code?
set the .Value property...
ultraDateTimeEditor1.Value = DateTime.Now;