ILogonHoursPeriods.SetPeriodAccess

Syntax

SetPeriodAccess(Begin_: DateTime, End_: DateTime, Value: ILogonHours);

Parameters

Begin_. Start date of the period where access time should be limited.

End_. End date of the period where access time should be limited.

Value. Scheduled access settings during the day.

Description

The SetPeriodAccess method sets parameters of the user access for the specified period.

Comments

The period is formed by setting start and and dates in the Begin_ and End_ parameters, respectively. Parameters of access during the day within the whole period are passed in the Value parameter.

Example

The method use is given in the example for ILogonHoursPeriods.CreateHours.

See also:

ILogonHoursPeriods