DateParseMinutes()

Parses a time string and returns the number of minutes of a date string.

Token ID

AFTKN_DATE_PARSE_MINUTES or 809

Syntax

WORD DateParseMinutes(ANSISTRING DateString)

Parameters

DateString As ANSISTRING

String in the form HH:MM[:SS][AM/PM]. For example, "10:30" returns 30; "23:59" returns 59.

Return Values

WORD