Click or drag to resize
IdmAttributeToDateTime Method
Convert the Value (string) of an attribute to DateTime, if the attribute is defined as a DateTime object in Identity Manager

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

Return Value

Type: NullableDateTime
Single (or first) DateTime value of the attribute or null if the attribute is "not present" in the Identity Manager resource
See Also