Returns a date value that represents the current object's value.
Type
Description
Date
A Date/Double expression that specifies the Value
converted as date-time.
The AsDate property converts the Value
to a DATE-TIME expression. If the conversion is not possible, the AsDate
property returns 0. The Value property
holds the original object. The VtType
property indicates the VARIANT type of the object that the current
NAVHostObject object holds. The Type
property returns a string that specifies the fully assembly-qualified name of the type, which includes the name of the assembly from which this Type object
is loaded. If the NAVHostObject holds a class or an object/IDispatch/IUnknown
that supports properties, fields, members, any of these can be called through
the NAVHostObject properties like: Item,
SetTemplateDef or Template
property.
You can use the following properties to convert the current Value
to indicated standard types:
AsBoolean, converts the value
to a boolean expression.
AsDate, converts the value to a DATE-TIME/double expression.
AsDouble, converts the value to
a double expression.
AsInt, converts the value to an
integer-32 expression.
AsString, gets the value
converted to a string expression.