Share via


VendOutPaym_NACHA.time2StrHM_NA Method [AX 2012]

Converts a time to a string with the format of HHMM, where HH represents hours and MM represents minutes, without a divider.

Syntax

public TempStr time2StrHM_NA(int _time)

Run On

Called

Parameters

  • _time
    Type: int
    The time in seconds.

Return Value

Type: TempStr Extended Data Type
A string with the format of HHMM, where HH represents hours and MM represents minutes.

Remarks

This is the required format for time in the NACHA file format specification.

See Also

Reference

VendOutPaym_NACHA Class