setTimeOnly property

  1. @TagNumber(43)
int get setTimeOnly

Set time only on the node Convenience method to set the time on the node (as Net quality) without any other position data

Implementation

@$pb.TagNumber(43)
$core.int get setTimeOnly => $_getIZ(37);
  1. @TagNumber(43)
set setTimeOnly (int value)

Implementation

@$pb.TagNumber(43)
set setTimeOnly($core.int value) => $_setUnsignedInt32(37, value);