UnixEpochLiteral

Represents a KQLiteUnixEpoch literal in a KQLite query.

This class corresponds to a date and time value stored as a Unix timestamp, which is the number of seconds since 1970-01-01 00:00:00 UTC. In SQLite, this is typically stored with INTEGER affinity. This class encapsulates a Unix timestamp provided as a Long.

Author

MOHAMMAD AZIM ANSARI

Parameters

value

The Unix timestamp as a Long (number of seconds since epoch).

See also

Constructors

Link copied to clipboard
constructor(value: Long)