cDateTimeStatic: Parse |
Parses a string representation of a date into a cDateTime object.
Public Function Parse( ByRef s As String ) As cDateTime
The parse method simply uses CDate to parse the string.
Project VBCorLib Overview Class cDateTimeStatic Overview cDateTimeStatic Properties cDateTimeStatic Methods Now SpecifyKind