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
Syntaxpublic bool IsExpired(
DateTime date
)
Public Function IsExpired (
date As DateTime
) As Boolean
public:
bool IsExpired(
DateTime^ date
)
member IsExpired :
date : DateTime -> bool
Parameters
- date
- Type: SystemDateTime
The date.
Return Value
Type:
Boolean
See Also