Click or drag to resize
Galactic API

ActiveDirectoryToInterval Method (UInt64)

Gets a Interval value of the supplied UInt64. 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(
	ulong unsigned
)

Parameters

unsigned
Type: SystemUInt64
The UInt64 to convert into an Interval value.

Return Value

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