Vector.Date property

Sets or retrieves the Vector of integers from a date.

This property is read/write.

Syntax

Property Date( _
)

Property value

Date value.

Remarks

Several Device and Item objects have properties that contain dates and times stored as a Vector of unsigned integers containing eight elements. Since this is very common, the Windows Image Acquisition (WIA) Automation Library provides the Date property on a Item so the Microsoft Visual Basic Programmer can access these special vectors as date types.

For example code, see Enumerate Root Level Items and Display Their Names in Shared Samples.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 R2 [desktop apps only]
Header
Wiaaut.h
IDL
Wiaaut.idl

See also

Vector