UnixTimestampHelperToDateTime Method |
根据UNIX时间戳返回本地时间
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static DateTime ToDateTime(
int timestamp
)
Public Shared Function ToDateTime (
timestamp As Integer
) As DateTime
public:
static DateTime ToDateTime(
int timestamp
)
static member ToDateTime :
timestamp : int -> DateTime
Parameters
- timestamp
- Type: SystemInt32
时间戳
Return Value
Type:
DateTime[Missing <returns> documentation for "M:Adf.UnixTimestampHelper.ToDateTime(System.Int32)"]
See Also