Share via


TaxReportDomesticExportWriter_IT.writeDate Method [AX 2012]

Write a date.

Syntax

public void writeDate(
    date _date, 
    int _startPos, 
    int _length, 
   [FieldName _fieldName, 
    boolean _isMandatory])

Run On

Called

Parameters

  • _date
    Type: date
    The date value which should be written.
  • _startPos
    Type: int
    Requested starting position of the value in the current line of the writer output.
  • _length
    Type: int
    Number of characters allocated by the file format for the value being written.
  • _isMandatory
    Type: boolean
    Determines whether to show a warning if the value is empty.

Remarks

Date is converted to string using DDMMYYYY format.

See Also

Reference

TaxReportDomesticExportWriter_IT Class