m_telltime
This function displays the current date or time, according to content, at the given row and column coordinates. m_telltime uses the current system date and time formats.
- Syntax: void m_telltime(int content, int row, int col)
- Parameters: int content - Flag defining content and display of date/time stamp:
Bit 1,2 0 = date only in default format
1 = time only in default format
2 = date and time in default format
3 = date prefixed with day of week
Bit 4 If set, suppress AM/PM, even if format calls for it.
Bit 5 If set, suppress seconds display, even if format
calls for it.
Bit 6 If set, display year, even if format does not
call for it.
int row - Horizontal location of first character of date/time stamp
int col - Vertical location of first character of date/time stamp
- Returns: None