CheckSessionDate

ACCPAC Common Controls

AccpacSession.CheckSessionDate

Checks if the session date is a valid date defined in the company's fiscal calendar, and whether the fiscal period in which the session date belongs is active.

Sub CheckSessionDate(
  DateInFiscal As Boolean,
  PeriodActive As Boolean)

Parameters

DateInFiscal

[out] returns whether the session date is a date defined in the fiscal calendar

PeriodActive

[out] if DateInFiscal is TRUE, returns whether the fiscal period, to which the session date belongs, is active

Remarks