- Getting Started
- Core classes
- SearchResults
- Abstract Classes
- Protocols
- WebSocket
- Exceptions
- Controllers
- Auth
- Document
- collection
Returns the current server timestamp, in Epoch-millis format.
async Task<Int64> NowAsync()
Returns current server timestamp as Int64
.
Int64 now = await kuzzle.Server.NowAsync();
Console.WriteLine("Epoch-millis timestamp: " + now);