int encodeTime(int hours, int minutes, int seconds, int fractions) { return _encodeTime(self, hours, minutes, seconds, fractions); }