Click or drag to resize
Galactic API

ActiveDirectoryToInterval Method (DateTime)

Gets a Interval value of the supplied DateTime. Interval attributes are stored as Windows File Time strings with the number of 100-nanosecond intervals that have elapsed since 12:00 midnight, January 1, 1601 AD, UTC.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static string ToInterval(
	DateTime date
)

Parameters

date
Type: SystemDateTime
The DateTime object to convert into an Interval value.

Return Value

Type: String
The Interval (string) value of the supplied DateTime, or null if it could not be converted.
See Also