OlTimeStyle Enumeration

Outlook Developer Reference

Specifies how time values are displayed and how entries of time values are interpreted by a time control.

Version Information
 Version Added:  Outlook 2007

Name Value Description
olTimeStyleShortDuration 4 The drop-down portion of the time control displays only duration values with the interval set by the OlkTimeControl.IntervalTime property.
olTimeStyleTimeDuration 1 The drop-down portion of the time control displays time values starting from the ReferenceTime and uses the OlkTimeControl.IntervalTime property as the increment. The edit box of the time control displays the duration from the ReferenceTime to the selected time.
olTimeStyleTimeOnly 0 The drop-down portion of the time control displays only time values with the interval set by the OlkTimeControl.IntervalTime property.

Remarks

Use the time control with the olTimeStyleShortDuration style for duration fields, such as the Duration of a JournalItem. Use the time control with the olTimeStyleTimeDuration style for the end time of an appointment item. Use the time control with the olTimeStyleTimeOnly style for the start time of an appointment item.