Share via


TaxReportToAscii340.period Method [AX 2012]

Gets the period using the from date and to date.

Syntax

public str period(
    date _fromDate, 
    date _toDate, 
   [boolean _inDeclaration])

Run On

Server

Parameters

  • _fromDate
    Type: date
    The from date.
  • _toDate
    Type: date
    The to date.
  • _inDeclaration
    Type: boolean
    Indicates whether the period is in declaration; optional.

Return Value

Type: str
The period.

See Also

Reference

TaxReportToAscii340 Class