Click or drag to resize
AkCommonFormatDateTime Method (String)
返回当前日期时间指定格式的字符串。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string FormatDateTime(
	string format
)

Parameters

format
Type: SystemString
格式字符串。

Return Value

Type: String
日期时间字符串。
See Also