Share via


Time Type ("M" Reference)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

The Time type encompasses any time value with the format shown in the Code Example section.

Operators

The binary operations in the following table take Time as a left operand.

Operator Right Operand Return

+

Date

DateTime

>, <, <=, >=, ==, !=

Time

Logical

Code Example

The following code shows the Departure field being declared as a Time type and receiving the value T04:30:45.

Departure : Time = T04:30:45