Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.24 KB

Outlook.PropertyAccessor.LocalTimeToUTC.md

File metadata and controls

49 lines (27 loc) · 1.24 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PropertyAccessor.LocalTimeToUTC method (Outlook)
vbaol11.chm1975
vbaol11.chm1975
Outlook.PropertyAccessor.LocalTimeToUTC
c19f60b2-441f-77b3-eb83-9cfd899e3a52
06/08/2017
medium

PropertyAccessor.LocalTimeToUTC method (Outlook)

Converts a date-time value specified by Value from the local time format to Coordinated Universal Time (UTC) format.

Syntax

expression. LocalTimeToUTC( _Value_ )

expression A variable that represents a PropertyAccessor object.

Parameters

Name Required/Optional Data type Description
Value Required Date The date-time value to be converted from local time to UTC.

Return value

A Date value that represents Value after being converted from local time to UTC.

Remarks

For more information on type conversion when using the PropertyAccessor object, see Best Practices for Getting and Setting Properties.

See also

PropertyAccessor Object

[!includeSupport and feedback]