SDK
SDK C# v2.x
2

NowAsync #

Returns the current server timestamp, in Epoch-millis format.

Arguments #

Copied to clipboard!
async Task<Int64> NowAsync()

Return #

Returns current server timestamp as Int64.

Usage #

Copied to clipboard!
Int64 now = await kuzzle.Server.NowAsync();
Console.WriteLine("Epoch-millis timestamp: " + now);