Row.UTCToLocalTime method (Outlook)

Obtains a Date value in a Table specified by the Row object at Index , that has been converted from Coordinated Universal Time (UTC) to local time.

Syntax

expression. UTCToLocalTime (Index)

expression A variable that represents a Row object.

Parameters

Name Required/Optional Data type Description
Index Required Variant A 1-based index value that can be either a Long representing the column index for the Columns collection or a String representing the Name of the Column.

Return value

A Date value that has been converted from a representation in UTC to local time. An error is returned if Index is invalid or the row value indicated by Index is not a Date value.

Remarks

Use the helper functions Row.BinaryToString, Row.LocalTimeToUTC, and Row.UTCToLocalTime to facilitate type conversion of column values at a specific row.

For information on property value representation in a Table, see Factors Affecting Property Value Representation in the Table and View Classes. For information on using Date-time comparisons in Table filters, see Filtering Items Using a Date-time Comparison.

See also

Row Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.