DomainIdentifier.GetRevision(DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the given DateTime value to a revision. The returned revision represents the number of seconds since midnight Jan 1, 1970 in Universal Coordinated Time.
public static long GetRevision (DateTime timestamp);
static member GetRevision : DateTime -> int64
Public Shared Function GetRevision (timestamp As DateTime) As Long
Parameters
- timestamp
- DateTime
The revision to be converted as a time stamp.
Returns
An equivalent long represenation of the revision.