secondsSinceEpoch property

  1. @Deprecated('Use the `unixepoch` getter instead')
Expression<int> secondsSinceEpoch

Returns an expression containing the amount of seconds from the unix epoch (January 1st, 1970) to this datetime expression.

Implementation

@Deprecated('Use the `unixepoch` getter instead')
Expression<int> get secondsSinceEpoch => unixepoch;