GetSysDateTime

Gets the system date time. Returns (Task.)

Retrieve the system’s Date and Time.

Name Description

Get Sys Date Time

Example in C#

// Returns: DateTime
var dateTime = await client.GetSysDateTime();

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/sysinfo/datetime \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'