DateParse(String, String) 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
)
Public Shared Function Parse (
date As String,
format As String
) As Date
static member Parse :
date : string *
format : string -> Date
- date String
- The text to parsed
- format String
- The format to parse the date with
Date