Edit

Share via


_OlkTimeControl.Time Property

Definition

Returns or sets a DateTime that represents the time value currently selected in the control. Read/write.

public:
 property DateTime Time { DateTime get(); void set(DateTime value); };
public DateTime Time { get; set; }
Public Property Time As DateTime

Property Value

Remarks

The default value is Dec 30, 1899 12:00 AM.

When using the time control to indicate a duration (that is, the Style is olTimeStyleDuration), if the duration is longer than 24 hours, the Time property will indicate the duration from Dec 30, 1899 12:00 AM. For example, a duration spanning 24 hours will return a DateTime value of Dec 31 1899 12:00 AM. If this is a duration value for an appointment and you would like to determine an end time for the appointment, you can add this value to the ReferenceTime property value.

Applies to