time_parse_date


Description:


public TimeParseStatus time_parse_date (string value, tm result)

Takes in a date string entered by the user and tries to convert it to a struct tm.

Parameters:

value

A date string.

result

Return value for the parsed date.

Returns:

An TimeParseStatus result code indicating whether value was an empty string, a valid date, or an invalid date.


Namespace: E