Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.38 KB

Outlook.OlkTimeControl.ReferenceTime.md

File metadata and controls

40 lines (23 loc) · 1.38 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlkTimeControl.ReferenceTime property (Outlook)
vbaol11.chm1000391
vbaol11.chm1000391
Outlook.OlkTimeControl.ReferenceTime
3979de6d-4992-f42c-b894-7f9661826ca6
06/08/2017
medium

OlkTimeControl.ReferenceTime property (Outlook)

Returns or sets a Date that specifies a reference time used for the olTimeStyleTimeDuration style setting on the time control. Read/write.

Syntax

expression. ReferenceTime

expression A variable that represents an OlkTimeControl object.

Remarks

The default value is 12/30/1899.

When Style is olTimeStyleTimeDuration, the date control displays the value of ReferenceTime as the first selectable time value, shows additional intervals (specified by IntervalTime) starting from the ReferenceTime value, and shows the duration of an event.

The default value for ReferenceTime is 30 Dec 1899 12:00 AM. In this case, the time control will display 30 Dec 1899 12:00 AM as the first selectable time. A value of 60 for IntervalTime will mark 30 Dec 1899 1:00 AM as the first interval.

See also

OlkTimeControl Object

[!includeSupport and feedback]