DecodeMailTimeStamp Function | |
[Missing <include> target documentation in 'M:VOInternetClasses.Functions.DecodeMailTimeStamp(System.String,XSharp.__Date@,System.String@)'. File: 'Internet.xml' Path: 'doc/DecodeMailTimeStamp/*']
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
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