StringType.FromDate(DateTime) 方法

定义

返回与指定的日期相对应的 String 值。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static System::String ^ FromDate(DateTime Value);
public static string FromDate (DateTime Value);
static member FromDate : DateTime -> string
Public Shared Function FromDate (Value As DateTime) As String
Public Function FromDate (Value As DateTime) As String

参数

Value
DateTime

必需。 要转换为 String 值的日期。

返回

Value 对应的 String 值。

注解

此类支持 Visual Basic 编译器,不应直接从代码中使用。

适用于