DecodeMailTimeStamp Function | |
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
Syntax 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
)
Request Example
View SourceParameters
- cDate
- Type: String
- dDate
- Type: Date
- cTime
- Type: String
Return Value
Type:
LogicSee Also