DateAndTime
This a python binding to the C++ class Mantid::Kernel::DateAndTime.
-
class mantid.kernel.DateAndTime((object)arg1, (str)arg2)
-
__init__((object)arg1, (str)arg2) → None :
Construct from an ISO8601 string
- __init__( (object)arg1, (float)arg2, (float)arg3) -> None :
- Construct using a number of seconds and nanoseconds (floats)
- __init__( (object)arg1, (int)arg2, (int)arg3) -> None :
- Construct using a number of seconds and nanoseconds (integers)
- __init__( (object)arg1, (int)arg2) -> None :
- Construct a total number of nanoseconds
-
setToMinimum((DateAndTime)arg1) → None
-
totalNanoseconds((DateAndTime)arg1) → int
-
total_nanoseconds((DateAndTime)arg1) → int