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.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<DateTime> ToDateTimes()
Public Function ToDateTimes As List(Of DateTime)
public:
List<DateTime>^ ToDateTimes()
member ToDateTimes : unit -> List<DateTime>
Return Value
Type:
ListDateTimeList of DateTime values of the attribute or null if the attribute is "not present"
in the Identity Manager resource
See Also