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