| AkCommonFormatDateTime Method (DateTime, String) |
返回指定格式的日期时间字符串。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static string FormatDateTime(
DateTime value,
string format
)
Parameters
- value
- Type: SystemDateTime
日期时间。 - format
- Type: SystemString
格式字符串。
Return Value
Type:
String日期时间字符串。
See Also