Table of Contents

TTMSFNCPlanner.ValueToDateTime Method

Converts an internal numeric value to a date and time.

API unit family: TMSFNCPlanner Declaring type: TTMSFNCPlanner Inherited from: TTMSFNCCustomPlanner

Syntax

function ValueToDateTime(AValue: Double; APosition: Integer = -1; ARow: Integer = -1): TDateTime; virtual;

Parameters

Name Description
AValue Internal planner value to convert.
APosition Optional visible position index, or -1 for the current context.
ARow Optional row index, or -1 for the current context.

Returns

The date and time represented by the value.