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

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

Parameters

value
Type: SystemDateTime
日期时间。
format
Type: SystemString
格式字符串。

Return Value

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