| 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
)
Public Shared Function ToInterval (
unsigned As ULong
) As String
public:
static String^ ToInterval(
unsigned long long unsigned
)
static member ToInterval :
unsigned : uint64 -> string
Parameters
- unsigned
- Type: SystemUInt64
The UInt64 to convert into an Interval value.
Return Value
Type:
StringThe Interval (string) value of the supplied Uint64, or null if it could not be converted.
See Also