hourOfDay property

  1. @TagNumber(1)
Int32Value hourOfDay

The hour of day (0-23) when the window starts.

Implementation

@$pb.TagNumber(1)
$45.Int32Value get hourOfDay => $_getN(0);
  1. @TagNumber(1)
void hourOfDay=(Int32Value v)

Implementation

@$pb.TagNumber(1)
set hourOfDay($45.Int32Value v) { setField(1, v); }