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

Appends a UTC Unix Timestamp to the given StringBuilder. If the date equals DateTime.MinValue, nothing is appended.

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

Syntax

   
 C# 
public static StringBuilder ToUnixTimeString(
	this DateTime date,
	StringBuilder sb
)

Parameters

date
DateTime
sb
StringBuilder

Usage Note

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

See Also