utcDueTimeOfDay method

void utcDueTimeOfDay(
  1. int seconds
)

set the due time of day in seconds since midnight UTC

Implementation

void utcDueTimeOfDay(int seconds) {
  final tmp1 = seconds;
  var tmp0 = 0;
  var tmp2 = 0;
  tmp0 = _box.borrow();
  tmp2 = tmp1;
  _api._taskDraftUtcDueTimeOfDay(tmp0, tmp2);
  return;
}