Share via


TaxReport770Writer_IT.writePosDA Method [AX 2012]

Writes the positional date field formatted as yyyy.

Syntax

public void writePosDA(int _pos, date _date)

Run On

Called

Parameters

  • _pos
    Type: int
    The field start position.
  • _date
    Type: date
    The field value.

Remarks

Null date is represented as '0000'.

See Also

Reference

TaxReport770Writer_IT Class