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

[Missing <summary> documentation for "M:fCraft.DateTimeUtil.TryParseMiniTimespan(System.String,System.TimeSpan@)"]

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

Syntax

   
 C# 
public static bool TryParseMiniTimespan(
	this string text,
	out TimeSpan result
)

Parameters

text
String
result
TimeSpan%

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter.

See Also