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

Converts a TimeSpan to a string containing the number of seconds. If the timestamp is zero seconds, returns an empty string.

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

Syntax

   
 C# 
public static string ToTickString(
	this TimeSpan time
)

Parameters

time
TimeSpan

[Missing <param name="time"/> documentation for "M:fCraft.DateTimeUtil.ToTickString(System.TimeSpan)"]

Return Value

[Missing <returns> documentation for "M:fCraft.DateTimeUtil.ToTickString(System.TimeSpan)"]

Usage Note

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

See Also