15 minutes time interval

Hello,

is it possible to have a datetime datatype with a 15 minutes time interval? I have all the minutes and I only need 00 - 15 - 30 - 45

Thx,
Robert

0 2 445
2 REPLIES 2

No

An alternative would be to build your own time input columns. Setup a Enum type column for the minutes input, where you can hard-code only those 4 selections. Youโ€™d have to build the DateTime value from the separate parts in the end.

Thx for the prompt response!
BR. - Robert

Top Labels in this Space