year property

Expression<int?> year

Extracts the (UTC) year from this datetime expression.

Implementation

Expression<int?> get year => _StrftimeSingleFieldExpression('%Y', this);