点击或拖拽改变大小

__Date.ToString 方法

X#
重载列表
  名称说明
公共方法ToString
Returns the fully qualified type name of this instance.
(重写 ToString.)
公共方法ToString(IFormatProvider)
Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.
公共方法ToString(String)
Converts the value of the current DateTime object to its equivalent string representation using the specified format and the formatting conventions of the current culture.
公共方法ToString(String, IFormatProvider)
Formats the value of the current instance using the specified format.
Top
参见