[This is preliminary documentation and is subject to change.]
Converts a DateTime to a string containing the UTC Unix Timestamp.
If the date equals DateTime.MinValue, returns an empty string.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[NotNullAttribute] public static string ToUnixTimeString( this DateTime date )
Parameters
- date
- DateTime