Click or drag to resize
Galactic API

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
)

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: NullableDateTime
The DateTime representing the interval supplied or null if attribute could not be found.
See Also