UnixEpoch.Now Method ()

 

Gets the current time as the number of seconds since midnight (UTC) on 1st January 1970.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

public static long Now()
public:
static long long Now()
static member Now : unit -> int64
Public Shared Function Now As Long

Return Value

Type: System.Int64

The number of seconds since midnight (UTC) on 1st January 1970.

See Also

UnixEpoch Class
Microsoft.Azure.KeyVault Namespace

Return to top