second property
Expression<int?>
get
second
Extracts the (UTC) second from this datetime expression.
Implementation
Expression<int?> get second => _StrftimeSingleFieldExpression('%S', this);
Extracts the (UTC) second from this datetime expression.
Expression<int?> get second => _StrftimeSingleFieldExpression('%S', this);