Functions.DecodeMailTimeStamp 方法 | |
命名空间:
VOInternetClasses
程序集:
VOInternetClasses (在 VOInternetClasses.dll 中) 版本:2.22 GA
语法 FUNCTION DecodeMailTimeStamp(
cDate AS STRING,
dDate REF DATE,
cTime REF STRING
) AS LOGIC
public static bool DecodeMailTimeStamp(
string cDate,
ref __Date dDate,
ref string cTime
)
查看代码参数
- cDate
- 类型:String
- dDate
- 类型:__Date
- cTime
- 类型:String
返回值
类型:
Boolean参见