Rebol Programming/to-time

USAGE:

edit
TO-TIME value 

DESCRIPTION:

edit

(undocumented)

TO-TIME is a function value.

ARGUMENTS

edit
  • value -- (Type: any)

SOURCE CODE

edit
to-time: func [value][to time! :value]