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

[Missing <summary> documentation for "M:fCraft.DateTimeUtil.ToUnixTimeLegacy(System.DateTime)"]

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

Syntax

   
 C# 
public static long ToUnixTimeLegacy(
	this DateTime date
)

Parameters

date
DateTime

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