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