function (optionalvalue
as nullable any, optionalculture
as nullable any) as nullable any
time
value from the given value
. If the given value
is null
, Time.From
returns null
. If the given value
is time
, value
is returned. Values of the following types can be converted to a time
value: value
is of any other type, an error is returned.0.7575
to a time
value.
time(18,10,48)
#datetime(1899, 12, 30, 06, 45, 12)
to a time
value.
time(06, 45, 12)