다음을 통해 공유


DomainIdentifier.GetRevision(DateTime) Method

Definition

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.

Applies to