Package | Description |
---|---|
org.bytedeco.javacpp.chrono |
Modifier and Type | Method and Description |
---|---|
Hours |
Hours.addPut(Hours d) |
Hours |
Hours.decrement() |
Hours |
Hours.increment() |
static Hours |
Hours.max() |
static Hours |
Hours.min() |
Hours |
Hours.modPut(Hours rhs) |
Hours |
Hours.modPut(int rhs) |
Hours |
Hours.multiplyPut(int rhs) |
Hours |
Hours.negate() |
Hours |
Hours.put(Hours other) |
Hours |
Hours.subtractPut(Hours d) |
static Hours |
Hours.zero_() |
Modifier and Type | Method and Description |
---|---|
Hours |
Hours.addPut(Hours d) |
private void |
Seconds.allocate(Hours d) |
private void |
Nanoseconds.allocate(Hours d) |
private void |
Minutes.allocate(Hours d) |
private void |
Milliseconds.allocate(Hours d) |
private void |
Microseconds.allocate(Hours d) |
Hours |
Hours.modPut(Hours rhs) |
Hours |
Hours.put(Hours other) |
Hours |
Hours.subtractPut(Hours d) |
Constructor and Description |
---|
Microseconds(Hours d) |
Milliseconds(Hours d) |
Minutes(Hours d) |
Nanoseconds(Hours d) |
Seconds(Hours d) |
Copyright © 2024. All rights reserved.