format_time
Description:
public virtual signal void format_time (ReminderData rd, Time itt, ref void* inout_buffer, int buffer_size)
Formats time itt
to a string and writes it to inout_buffer
, which can hold up to buffer_size
bytes.
The first character of inout_buffer
is the nul-byte when nothing wrote to it yet.
Parameters:
rd |
an ReminderData |
itt |
an Time |
inout_buffer |
a pointer to a buffer to fill with formatted |
buffer_size |
size of inout_buffer |