TaxWithholdReportPeriod_TH::existIntervalInDates Method
Indicates whether a record in the TaxWithholdReportPeriod_TH table is in a specified date range and settlement period.
Syntax
client server private static boolean existIntervalInDates(
TaxWithholdPeriodId_TH _taxWithholdPeriodRecId,
TaxWithholdPeriodDate_TH _taxWithholdFromDate,
TaxWithholdPeriodDate_TH _taxWithholdToDate)
Run On
Called
Parameters
- _taxWithholdPeriodRecId
Type: TaxWithholdPeriodId_TH Extended Data Type
The ID of the settlement period record.
- _taxWithholdFromDate
Type: TaxWithholdPeriodDate_TH Extended Data Type
The start date of the search
- _taxWithholdToDate
Type: TaxWithholdPeriodDate_TH Extended Data Type
The end date of the search.
Return Value
Type: boolean
true if a record is found that meets search criteria; otherwise false.