Lingo Dictionary > L-N > modifiedDate |
![]() ![]() ![]() |
modifiedDate
Syntax
member
.modifiedDatethe modifiedDate of
member
Description
Cast member property; indicates the date and time that the cast member was last changed, using the system time on the authoring computer. This property is useful for tracking and coordinating Director projects.
This property can be tested but not set. It can also be viewed in the Property Inspector's Member tab and the Cast window list view.
Example
This statement displays the date of the last change to cast member 1:
put member(1).modifiedDate-- date( 1999, 12, 8 )
See also
comments
, creationDate
, modifiedBy
![]() ![]() ![]() |