Click or drag to resize

IMcImageDate Property

A read/write property reflecting the date and time of creation of the image or of a frame of the image.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Property Date ( 
	Optional Frame As Integer = -2
) As DateTime
	Get
	Set

Parameters

Frame (Optional)
Type: SystemInt32
Optional. McWholeImage (image date), 0 to last frame (frame date), McActiveFrame (date of the active frame - the default) , McLastFrame.

Property Value

Type: DateTime
Remarks
Unless the date was changed via the Date property, this function will return the date and time at which the image object was created.
Note Note
On assigment an OnPropertyChanged(ID_IMcImage_Date) event is fired.
See Also