vb.net Code:
  1. myDateTimePicker.Value = myDateTimePicker.Value.AddHours(9)
Note that the Value property is a Date object, so you can do anything to or with it that you can do to or with any other Date object.