TIME: Converting to a Time

How to:

The TIME function converts its argument to a time. The type of the argument value may be character, time, or timestamp.


Top of page

x
Syntax: How to Convert to a Time
TIME(arg)

where:

arg

character string, time, or timestamp

Is the input value.

This function returns a time.



Example: Converting to a Time

TIME converts a value argument to a time. This example,

TIME('2004-03-15 01:02:03.444')

returns 010203444.


iWay Software