/ Forums / Advansys Formativ / Creating Solutions with Formativ / Appointment duration from DateTime controls / Reply To: Appointment duration from DateTime controls
November 6, 2007 at 4:46 pm
#7901
Further to Support 3’s comments, is your code assigning the appropriate value to the Time/DateTime (as opposed to the Date) property?
For example:
with NewTimeRecord .TimeBeginPicker.DateTime = datetimeTimePeriodBegin .TimeEndPicker.DateTime = datetimeTimePeriodEnd end
Regards,
Advansys Support