DateParse(String, String, Boolean) Method
Parses text and returns the parsed value as
DateNamespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static Date Parse(
string date,
string format,
bool throwInvalidDateException
)
Public Shared Function Parse (
date As String,
format As String,
throwInvalidDateException As Boolean
) As Date
static member Parse :
date : string *
format : string *
throwInvalidDateException : bool -> Date
- date String
- The text to parsed
- format String
- The format to parse the date with
- throwInvalidDateException Boolean
-
Date