Click or drag to resize
UnixTimestampHelperToDateTime Method
根据UNIX时间戳返回本地时间

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

Parameters

timestamp
Type: SystemInt32
时间戳

Return Value

Type: DateTime

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

See Also