TimeParse Method

Parses text and returns the parsed value as Time

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public static Time Parse(
	string source,
	string format
)

Parameters

source  String
The text to parsed
format  String
The format to parse the source with

Return Value

Time

See Also