Share via


RetailPriceUtilities::checkValidationPeriodOverlap Method [AX 2012]

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.

See Also

Reference

RetailPriceUtilities Class