TimePart function
Syntax
TimePart(datetime_val)
Description
Use the TimePart function to derive the time component of a DateTime value.
Parameters
| Parameter | Description |
|---|---|
|
datetime_val |
A DateTime value from which to extract the time component. |
Returns
Returns a Time value.
Example
The example set &T to 15.34.35.000000:
&DT = DateTimeValue("12/13/1993 3:34:35 PM");
&T = TimePart(&DT);
Related Topics