cDateTimeStatic: Parse

Parse

Parses a string representation of a date into a cDateTime object.



 Public Function Parse(
	  ByRef s As String ) As cDateTime

Parameters

s
[ByRef] String. The date string to be parsed.

Return Values

cDateTime -  A cDateTime object created from the date string.

Remarks

The parse method simply uses CDate to parse the string.

See Also

Project VBCorLib Overview Class cDateTimeStatic Overview cDateTimeStatic Properties cDateTimeStatic Methods Now SpecifyKind