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.
Indicates whether the validation period passed as parameter overlaps.
Syntax
server public static boolean checkValidationPeriodOverlap(str _perA, str _perB)
Run On
Server
Parameters
- _perA
Type: str
The string value for the first period.
- _perB
Type: str
The string value for the second period.
Return Value
Type: boolean
true if either of periods are nullNothingnullptrunita null reference (Nothing in Visual Basic); otherwise, false.
Remarks
Calls the method doValidationPeriodOverlapCheck for the periods.