Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2 KB

Outlook.RecurrencePattern.StartTime.md

File metadata and controls

40 lines (23 loc) · 2 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
RecurrencePattern.StartTime property (Outlook)
vbaol11.chm287
vbaol11.chm287
Outlook.RecurrencePattern.StartTime
557e0f8d-c95d-e1f9-91a2-0734248d8628
06/08/2017
medium

RecurrencePattern.StartTime property (Outlook)

Returns or sets a Date indicating the start time for a recurrence pattern. Read/write.

Syntax

expression. StartTime

expression A variable that represents a RecurrencePattern object.

Remarks

This property is only valid for appointments.

When you create a RecurrencePattern object and no time zones have been specified for the appointment, StartTime and EndTime of the RecurrencePattern object are based on the time zone specified by Application.TimeZones.CurrentTimeZone.

If you want to create a recurring appointment for a particular time zone, you should first create an AppointmentItem, set AppointmentItem.StartTimeZone, and then call AppointmentItem.GetRecurrencePattern. The RecurrencePattern object returned will have both StartTime and EndTime based on the time zone specified by AppointmentItem.StartTimeZone. Note that in the Appointment Recurrence dialog box, the time indicated as Start is RecurrencePattern.StartTime which is based on AppointmentItem.StartTimeZone, but the time indicated as End is not always the same as RecurrencePattern.EndTime which is based on AppointmentItem.StartTimeZone; the displayed time value is based on AppointmentItem.EndTimeZone.

See also

RecurrencePattern Object

[!includeSupport and feedback]