toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.primitiveInstances
/
VDuration
VDuration
class
VDuration
(
val
months
:
Long
,
val
millis
:
Long
)
:
IDuration
(
source
)
Members
Constructors
VDuration
Link copied to clipboard
constructor
(
months
:
Long
,
millis
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
millis
Link copied to clipboard
val
millis
:
Long
months
Link copied to clipboard
open
override
val
months
:
Long
seconds
Link copied to clipboard
open
override
val
seconds
:
Double
xml
String
Link copied to clipboard
open
override
val
xmlString
:
String
Functions
compare
To
Link copied to clipboard
operator
fun
compareTo
(
other
:
VDuration
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int