Click or drag to resize
DateHelperGetTimestamp Method
获取当前时间的时间戳 UNIX 时间戳, 即从 1970年1月1日 00:00:00 到当前时间的秒数之和.

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static long GetTimestamp()

Return Value

Type: Int64

[Missing <returns> documentation for "M:X3Platform.Util.DateHelper.GetTimestamp"]

See Also