Click or drag to resize
UnixTimestampHelperToTimestamp Method (Int64)
根据.net时间戳转为unix时间戳

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static int ToTimestamp(
	long ticks
)

Parameters

ticks
Type: SystemInt64

[Missing <param name="ticks"/> documentation for "M:Adf.UnixTimestampHelper.ToTimestamp(System.Int64)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Adf.UnixTimestampHelper.ToTimestamp(System.Int64)"]

See Also