function (optionaltext
as nullable any, optionalculture
as nullable any) as nullable any
time
value from a textual representation, text
, following ISO 8601 format standard. "10:12:31am"
into a Time value.
time(10, 12, 31)
"1012"
into a Time value.
time(10, 12, 00)
"10"
into a Time value.
time(10, 00, 00)