setTimeOnly property
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);
Implementation
@$pb.TagNumber(43)
set setTimeOnly($core.int value) => $_setUnsignedInt32(37, value);