seconds property

  1. @TagNumber(3)
int seconds

Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.

Implementation

@$pb.TagNumber(3)
$core.int get seconds => $_getIZ(2);
  1. @TagNumber(3)
void seconds=(int v)

Implementation

@$pb.TagNumber(3)
set seconds($core.int v) { $_setSignedInt32(2, v); }