| ActiveDirectoryObjectGetIntervalAttributeValue Method |
Gets the UTC DateTime from a Interval attribute.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public Nullable<DateTime> GetIntervalAttributeValue(
string attributeName
)
Public Function GetIntervalAttributeValue (
attributeName As String
) As Nullable(Of DateTime)
public:
Nullable<DateTime> GetIntervalAttributeValue(
String^ attributeName
)
member GetIntervalAttributeValue :
attributeName : string -> Nullable<DateTime>
Parameters
- attributeName
- Type: SystemString
The name of the attribute to retreive.
Return Value
Type:
NullableDateTimeThe value of the attribute, or null if it could not be found.
See Also