month property

Expression<int?> month

Extracts the (UTC) month from this datetime expression.

Implementation

Expression<int?> get month => _StrftimeSingleFieldExpression('%m', this);