AgreementHeader::validatePeriod Method
Validates a period from effective date to expirations date.
Syntax
client server public static boolean validatePeriod(EffectiveDate _effectiveDate, ExpirationDate _expirationDate)
Run On
Called
Parameters
- _effectiveDate
Type: EffectiveDate Extended Data Type
The effective date to validate.
- _expirationDate
Type: ExpirationDate Extended Data Type
The expiration date to validate.
Return Value
Type: boolean
true if the period is valid; otherwise, false.