ILogonHoursPeriods.FindByDate

Syntax

FindByDate(Current: DateTime): ILogonHoursPeriod;

Parameters

Current - a date for which the period in which the time of user access is restricted, will be searched.

Description

The FindByDate method searches the period, containing the date that is passed by the Current parameter. The method returns period parameters in case of successful search, and Null, if the specified date is not included into any of the periods.

See also:

ILogonHoursPeriods