summaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_us_timeofday.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_us_timeofday.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_us_timeofday.txt54
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_us_timeofday.txt b/doc/html/_sources/appdev/refs/api/krb5_us_timeofday.txt
new file mode 100644
index 0000000000000..ba4ef8084f2c4
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_us_timeofday.txt
@@ -0,0 +1,54 @@
+krb5_us_timeofday - Retrieve the system time of day, in sec and ms, since the epoch.
+======================================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_us_timeofday(krb5_context context, krb5_timestamp * seconds, krb5_int32 * microseconds)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[out]** **seconds** - System timeofday, seconds portion
+
+ **[out]** **microseconds** - System timeofday, microseconds portion
+
+
+..
+
+
+:retval:
+ - 0 Success
+
+
+:return:
+ - Kerberos error codes
+
+..
+
+
+
+
+
+
+
+This function retrieves the system time of day with the context specific time offset adjustment.
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+