Lingo Dictionary > A-C > creationDate |
![]() ![]() ![]() |
creationDate
Syntax
member
.creationDatethe creationDate of
member
Description
This cast member property records the date and time that the cast member was first created, using the system time on the computer. You can use this property to schedule a project; Director doesn't use it for anything.
This property can be tested and set.
Example
Although you typically inspect the creationDate
property using the Property Inspector or the Cast window list view, you can check it in the Message window:
put member(1).creationDate-- date( 1999, 12, 8 )
See also
comments
, modifiedBy
, modifiedDate
![]() ![]() ![]() |