IMsPeriod.IsPeriodEmpty

Syntax

IsPeriodEmpty: Boolean;

Description

The IsPeriodEmpty property determines whether the period contains changes made by the user.

Comments

The property returns True if the user has changed period settings. The specified settings will be used in calculation.

The property returns False if the user has not changed period settings or the IMsDatePeriod.ClearPeriod method has been called. Default values will be used during period calculation.

See also:

IMsPeriod