将指定的 DateTime 对象转换为字符串。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public static string ConvertDateTimeToString(
	DateTime time,
	EngineType engineType
)

参数

time
Type: System..::.DateTime
指定的 DateTime 对象。
engineType
Type: SuperMap.Data..::.EngineType
指定的引擎类型。

返回值

转换成功后的字符串。

请参见