[This is preliminary documentation and is subject to change.]

Tries to create a TimeSpan from a string containing the number of seconds. If the string was empty, returns false and sets result to TimeSpan.Zero

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public static bool TryParseTimeSpan(
	string str,
	out TimeSpan result
)

Parameters

str
String
result
TimeSpan%

Exceptions

ExceptionCondition
System..::..ArgumentNullException str is null

See Also