.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
null if the value is null otherwise the date value for the attribute.
E41516-01
Get the date value from the specified (single-valued) attribute that
contains a long.
Namespace: Org.IdentityConnectors.Framework.Common.ObjectsAssembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public Nullable<DateTime> FindDateTime( string name ) |
Parameters
- name
- Type: System..::..String
Attribute from which to retrieve the date value.
Return Value
Type: Nullable<(Of <(<'DateTime>)>)>null if the value is null otherwise the date value for the attribute.
Exceptions
Exception | Condition |
---|---|
System..::..InvalidCastException | iff the object in the attribute is not an long. |
System..::..ArgumentException | iff the attribute is a multi-valued (rather than single-valued). |