OleDateTime Constructor (Usual) | |
Construct an OleDateTime object
Namespace:
XSharp
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax CONSTRUCTOR(
uDate AS USUAL
)
public OleDateTime(
Usual uDate
)
Request Example
View SourceParameters
- uDate
- Type: Usual
This can be a Number, Date or String. A Number will be seen as a REAL8 value in OADate form, Date = Date part and String = TimePart.
See Also