Share via


DomainIdentifier.GetTimestamp(Int64) Method

Definition

Converts the given revision value to a DateTime. The given revision represents the number of seconds since midnight Jan 1, 1970 in Universal Coordinated Time.

public static DateTime GetTimestamp (long revision);
static member GetTimestamp : int64 -> DateTime
Public Shared Function GetTimestamp (revision As Long) As DateTime

Parameters

revision
Int64

The revision to be converted as a long integer.

Returns

An equivalent DateTime represenation of the revision.

Exceptions

Thrown if revision is less than MinRevision or greater than MaxRevision.

Applies to