creationDate

Usage

-- Lingo syntax
memberObjRef.creationDate

// JavaScript syntax
memberObjRef.creationDate;

Description

Member property; records the date that the cast member was first created by using the system date on the computer. Read-only.

You can use this property to schedule a project; Director does not use it for anything.

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:

-- Lingo syntax
put(member(1).creationDate)

// JavaScript syntax
put(member(1).creationDate);

See also

Member


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/director/mx2004/release_en/09_pr154.htm