Arke.Core.Parameter.Time (Arke v0.1.5)
Module that define the struct of a Time by extending the Arke.Core.Parameter.base_parameters().
accepted-values
Accepted values
Date accepts the following format as values:
string => "HH:MM:SS" (separator must be - hyphen)
sigil => ~T[HH:MM:SS] (separator must be - hyphen)
struct => %Time{}
{arke_struct} = Parameter.Date
element-added
Element added
default
=> values => default value
## Example
iex> params = [id: :time_test, default: "23:14:15"]
...> Arke.Core.Parameter.new(%{type: :time, opts: params})
## Return
%Arke.Core.Parameter.Time{}
Link to this section Summary
Link to this section Functions
Link to this function
arke_from_attr()
Link to this function
base_parameters()
Link to this function
before_create(arke, unit)
Link to this function
before_delete(arke, unit)
Link to this function
before_load(data, persistence_fn)
Link to this function
before_update(arke, unit)
Link to this function
before_validate(arke, unit)
Link to this function
groups_from_attr()
Link to this function
on_create(arke, unit)
Link to this function
on_delete(arke, unit)
Link to this function
on_load(data, persistence_fn)
Link to this function
on_struct_encode(unit, _)
Link to this function
on_update(arke, unit)
Link to this function