Description

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

Property type

A Date value.  

Syntax

object.Date([Frame]) [= value]

The Date Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McImage.
FrameOptional. A Long value.

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

valueA Date value.

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.

Notes

On assigment an OnPropertyChanged(ID_IMcImage_Date) event is fired.