Table of Contents

FlxDateTime.ToISO8601Local Method

Returns a date formatted as ISO8601 from an OLE Automation Date. It won't convert to UTC time, but use local times instead.

Syntax

Namespace: FlexCel.Core

public static String ToISO8601Local(Double OADate, Boolean Dates1904)

Parameters

<-> Parameter Type Description
OADate Double Serial number for the date.
Dates1904 Boolean True if using 1904 as start date. Excel for windows normally uses 1900.

See also