Table of Contents

FlxDateTime.IsValidDate Method

Returns true is the double value can be converted into and Excel date.

Syntax

Namespace: FlexCel.Core

public static Boolean IsValidDate(Double value, Boolean Dates1904)

Parameters

<-> Parameter Type Description
value Double Double you want to convert.
Dates1904 Boolean When true dates start at 1904 (pre-OSX macs) instead of 1900 (Windows)

See also