EffDt property: Tree class
Description
This property returns the effective date of the tree, as a date.
Note:
PeopleSoft does not recommend using this property to change data, as changes are not stored in the database.
If this is a new tree, and you do not set this property, a default value of the current date is automatically set.
This property can be used only with an open tree, that is, you must open the tree using the Open method before you can use this property.
This property is read/write.
Example
&TreeEffDt = &MYTREE.EffDt;