Click or drag to resize

OleDateTime Constructor (Usual)

X#
Construct an OleDateTime object

Namespace:  XSharp
Assembly:  XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	uDate AS USUAL
)
Request Example View Source

Parameters

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