Click or drag to resize
UnixTimestampHelperToTimestamp Method (DateTime)
根据指定的本地时间返回Unix时间戳

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

Parameters

time
Type: SystemDateTime
要返回的基础时间

Return Value

Type: Int32

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

See Also