Converts string to DateTime, see Time variables for possible syntax
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax string ParseTime(
string Syntax,
DateTime Time
)
Function ParseTime (
Syntax As String,
Time As DateTime
) As String
String^ ParseTime(
String^ Syntax,
DateTime Time
)
abstract ParseTime :
Syntax : string *
Time : DateTime -> string
Parameters
- Syntax
- Type: SystemString
String - Time
- Type: SystemDateTime
DateTime
Return Value
Type:
StringA parsed string
See Also