AssetParametersDeprRates_DE::findByDate Method

Finds an interval record for the specified date.

Syntax

client server public static AssetParametersDeprRates_DE findByDate(
    TransDate _date, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel, 
    date _minDate, 
    date _maxDate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether the table buffer record that is returned should be available for update; optional.
  • _concurrencyModel
    Type: ConcurrencyModel Enumeration
    The concurrency setting that should be used with the table buffer record that is returned; optional.
  • _minDate
    Type: date
    The minimum date for which the select needs to be done.
  • _maxDate
    Type: date
    The maximum date for which the select needs to be done.

Return Value

Type: AssetParametersDeprRates_DE Table
An AssetParametersDepRates_DE table buffer record if one is found; otherwise, an empty table buffer.

See Also

Reference

AssetParametersDeprRates_DE Table