Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.