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

Tries to create a DateTime from a string containing a Utc Unix Timestamp. If the string was empty, returns false and does not affect result.

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

Syntax

   
 C# 
public static bool TryParseDateTime(
	string str,
	ref DateTime result
)

Parameters

str
String
result
DateTime%

See Also