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