DB
FunctionsDate & Time

to_yyyymmddhhmmss

Converts a date/time value to an integer key in YYYYMMDDHHMMSS form. This is useful for building sortable time keys without string formatting.

to_yyyymmddhhmmss(…) → Int64

Kind · scalar

Converts a date/time value to an integer key in YYYYMMDDHHMMSS form. This is useful for building sortable time keys without string formatting.

Part of the Date & Time family.