Copyright © Erlware, LLC. All Rights Reserved. This file is provided to you under the BSD License; you may not use this file except in compliance with the License. -------------------------------------------------------------------
Behaviours: gen_server.
| cancel/1 | |
| datetime/0 | |
| multi_set_datetime/2 | sets the date-time with the erlcron on all nodes. |
| set_datetime/1 | sets the date-time for the erlcron. |
| start_link/0 |
cancel(AlarmRef::erlcron:job_ref()) -> ok | undefined
datetime() -> {calendar:datetime(), erlcron:seconds()}
multi_set_datetime(Nodes::[node()], DateTime::calendar:datetime()) -> ok
sets the date-time with the erlcron on all nodes
set_datetime(DateTime::calendar:datetime()) -> ok
sets the date-time for the erlcron
start_link() -> {ok, pid()} | ignore | {error, term()}
Generated by EDoc