Module ecrontab_next_time

Function Index

next_datetime/1
next_datetime/2
next_datetime/3
next_seconds/1
next_seconds/2
next_seconds/3
next_time/1
next_time/2
next_time/3
next_timestamp/1
next_timestamp/2
next_timestamp/3

Function Details

next_datetime/1

next_datetime(Spec) -> any()

next_datetime/2

next_datetime(Spec, NowDatetime) -> any()

next_datetime/3

next_datetime(Spec, NowDatetime, Options) -> any()

next_seconds/1

next_seconds(Spec::ecrontab:spec()) -> {ok, Timestamp::pos_integer()} | {error, atom()}

next_seconds/2

next_seconds(Spec, NowDatetime) -> any()

next_seconds/3

next_seconds(Spec, NowDatetime, Options) -> any()

next_time/1

next_time(Spec) -> any()

next_time/2

next_time(Spec::ecrontab:spec(), NowDatetime::calendar:datetime()) -> {ok, NextTime::non_neg_integer() | calendar:datetime() | non_neg_integer()} | {error, time_over}

next_time/3

next_time(Spec, NowDatetime, Options) -> any()

next_timestamp/1

next_timestamp(Spec::ecrontab:spec()) -> {ok, Timestamp::pos_integer()} | {error, atom()}

next_timestamp/2

next_timestamp(Spec, NowDatetime) -> any()

next_timestamp/3

next_timestamp(Spec, NowDatetime, Options) -> any()


Generated by EDoc