NowAsync #
Returns the current server timestamp, in Epoch-millis format.
Arguments #
async Task<Int64> NowAsync()
Return #
Returns current server timestamp as Int64
.
Usage #
Int64 now = await kuzzle.Server.NowAsync();
Console.WriteLine("Epoch-millis timestamp: " + now);
Edit this page on Github(opens new window)