Setting Current Time - TimeEdit Control

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
Im using the TimeEdit control from Developer Express on one of my forms and Im having trouble trying to set the current time for it.
Ive tried the following but it still appears as 00:00:00 when the form is opened: - <font size=2>
<blockquote dir=ltr style="margin-right:0px
timeSend.Text = DateTime.Now.TimeOfDay.ToString(); </blockquote></font>
Has anyone used this control before or knows how I can set it to show the current Time?
Regards,
Andrew

View the full article
 
Back
Top