Click or drag to resize
IdmAttributeToDateTimes Method
Convert the Values (strings) of an multi-valued attribute to DateTime, if the attribute is defined as a DateTime in Identity Manager

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public List<DateTime> ToDateTimes()

Return Value

Type: ListDateTime
List of DateTime values of the attribute or null if the attribute is "not present" in the Identity Manager resource
See Also