Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.