DirectoryObject.getPropertyAsDate()

The method returns the value of the property specified by the given name as a date object.

Availability

IBM® Tivoli® Identity Manager 4.x

IBM Tivoli Identity Manager 5.x

IBM Security Identity Manager 6.x

IBM Security Identity Manager 7.0.

Synopsis
directoryObject.getPropertyAsDate(name)
Arguments
name
String representing the name of the property to return.
Returns
A Date object. If the specified property does not exist, current date is returned.
Description
This method returns the value of the property specified by the given name as a date object. If the specified property does not exist, current date is returned.
Usage
var createDate = directotyObject. getPropertyAsDate("ercreatedate");