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

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.

2 Likes

Thx for the prompt response!
BR. - Robert