VDuration

class VDuration(val months: Long, val millis: Long) : IDuration(source)

Constructors

Link copied to clipboard
constructor(months: Long, millis: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val months: Long
Link copied to clipboard
open override val seconds: Double
Link copied to clipboard
open override val xmlString: String

Functions

Link copied to clipboard
operator fun compareTo(other: VDuration): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int