DateHelperGetTimestamp Method |
获取当前时间的时间戳 UNIX 时间戳, 即从 1970年1月1日 00:00:00 到当前时间的秒数之和.
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static long GetTimestamp()
public:
static long long GetTimestamp()
Return Value
Type:
Int64[Missing <returns> documentation for "M:X3Platform.Util.DateHelper.GetTimestamp"]
See Also