IntrastatExportWriter_IT.writeYear Method [AX 2012]
Writes a year value.
Syntax
public void writeYear(
Yr _year,
int _startPos,
int _length)
Run On
Called
Parameters
- _year
Type: Yr Extended Data Type
The year 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 year value is written in YY format.