extension TypedExpression where V == LocalDate
-
Returns
TypedExpression
containing field select forGoogle.TimeTrait.LocalDateAttribute.year
.Declaration
Swift
var year: TypedExpression<Int32> { get }
-
Returns
TypedExpression
containing field select forGoogle.TimeTrait.LocalDateAttribute.month
.Declaration
Swift
var month: TypedExpression<LocalDate.Month> { get }
-
Returns
TypedExpression
containing field select forGoogle.TimeTrait.LocalDateAttribute.day
.Declaration
Swift
var day: TypedExpression<Int32> { get }
-
Returns
TypedExpression
containing field select forGoogle.TimeTrait.LocalDateAttribute.monthDay
.Declaration
Swift
var monthDay: TypedExpression<MonthDay> { get }
-
Returns
TypedExpression
containing field select forGoogle.TimeTrait.LocalDateAttribute.yearMonth
.Declaration
Swift
var yearMonth: TypedExpression<YearMonth> { get }