DT2TIME Function (DateTime)

Gets the time part of a DateTime object.

Syntax

  
Time := DT2TIME(Datetime)  

Parameters

Datetime
Type: DateTime

The DateTime of which to return the time part.

Property Value/Return Value

Type: Time

The time part of the DateTime object.

Remarks

If Datetime is undefined, then this function returns an undefined time.

See Also

DateTime Functions