Table of Contents

TTMSFNCCustomPlanner.DateTimeToCell Method

Converts a date and time to a planner cell.

API unit family: TMSFNCPlanner Declaring type: TTMSFNCCustomPlanner

Syntax

function DateTimeToCell(ADateTime: TDateTime; AEndDateTime: Boolean = false): TTMSFNCPlannerCell; virtual;

Parameters

Name Description
ADateTime Date and time to locate.
AEndDateTime When True, resolves the value as an end boundary.

Returns

The cell that represents the date and time.