Share via


IntrastatExportWriter_IT.writeDate Method [AX 2012]

Writes a date.

Syntax

public void writeDate(
    date _date, 
    int _startPos, 
    int _length)

Run On

Called

Parameters

  • _date
    Type: date
    The date value to write.
  • _startPos
    Type: int
    The requested starting position of the value on the current line of the writer output.
  • _length
    Type: int
    The number of characters that the file format should allocate for the value that is written.

Remarks

The date is converted to a string by using the DDMMYY format.

See Also

Reference

IntrastatExportWriter_IT Class