Date Constructor (String, String) | |
Initializes a new instance of the
Date class
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax CONSTRUCTOR(
strDate AS STRING,
strFormat AS STRING
)
public Date(
string strDate,
string strFormat
)
Request Example
View SourceParameters
- strDate
- Type: String
- strFormat
- Type: String
See Also