CorDateTimeStatic: Parse

Parse

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



 Public Function Parse(
	  ByRef s As String ) As CorDateTime

Parameters

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

Return Values

CorDateTime -  A CorDateTime object created from the date string.

Remarks

The parse method simply uses CDate to parse the string.

See Also

Project CorLib Overview

Class CorDateTimeStatic Overview