time_format_time


Description:


public void time_format_time (tm date_tm, bool use_24_hour_format, bool show_zero_seconds, string buffer, int buffer_size)

Creates a string representation of a time value in date_tm and stores it in buffer.

buffer_size should be at least 64.

Parameters:

date_tm

The tm to convert to a string.

use_24_hour_format

A bool.

show_zero_seconds

A bool.

buffer

The BusName buffer to store the result in.

buffer_size

The length of buffer.


Namespace: E