Table of Contents

TCellValue.AsDateTime Method

If the cell contains a datetime, it returns the value. If not, it raises an Exception. Remember that cells returned from a file will never have a datetime, they will have numbers instead.

Syntax

Unit: FlexCel.Core

function TCellValue.AsDateTime: TDateTime;

See also