Click or drag to resize

PriceListIsExpired Method

Determines whether the price list is expired at the specified date.

Namespace:  Aloe.EnterpriseOne.Model.Crm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool IsExpired(
	DateTime date
)

Parameters

date
Type: SystemDateTime
The date.

Return Value

Type: Boolean
See Also