VT type – A numeric value representing the variant type. See Variant Storage Types.
value – The value selected for the variant. This can be any data type, a date, string, number, or BLOB.
optional time value – Allows you to move a time into a VT_Date type. Relevant when the Magic xpa attribute parameter is set to D. The Date data type of a variant stores both date and time values. Set the date in the value parameter and the time in the optional time value parameter.
|