Click or drag to resize
Galactic API

ActiveDirectoryGetDateTimeFromUTCCodedTime Method

Gets a DateTime representation from the UTC coded time string used by some Active Directory attributes.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static Nullable<DateTime> GetDateTimeFromUTCCodedTime(
	string utcCodedTime
)

Parameters

utcCodedTime
Type: SystemString
The string that contains the UTC coded time.

Return Value

Type: NullableDateTime
A new DateTime with the time, or null if the string could not be parsed or was not supplied.
See Also