Hi Russel,
For this requirement, please refer to this code below:
System.DateTime d = DateTime.Now;
d.AddHours(-4);
d.AddMinutes(-30);
HtmlEdit editControl=[set your control];
editControl.Text=d.ToString();
Thanks
Best Regards
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.