second property

Expression<int?> second

Extracts the (UTC) second from this datetime expression.

Implementation

Expression<int?> get second => _StrftimeSingleFieldExpression('%S', this);