| ActiveDirectoryGetIntervalAttributeValue Method |
Gets the UTC DateTime from a Interval attribute of the supplied entry.
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 name,
SearchResultEntry entry
)
Public Function GetIntervalAttributeValue (
name As String,
entry As SearchResultEntry
) As Nullable(Of DateTime)
public:
Nullable<DateTime> GetIntervalAttributeValue(
String^ name,
SearchResultEntry^ entry
)
member GetIntervalAttributeValue :
name : string *
entry : SearchResultEntry -> Nullable<DateTime>
Parameters
- name
- Type: SystemString
The name of the attribute to retrieve. - entry
- Type: System.DirectoryServices.ProtocolsSearchResultEntry
The SearchResultEntry to get the attribute value from.
Return Value
Type:
NullableDateTimeThe DateTime representing the interval supplied or null if attribute could not be found.
See Also