QDurationExtensions extension

Duration extensions for QUtils

Provides convenient extension methods on Duration objects for formatting and human-readable representations.

on

Properties

humanReadable String

Available on Duration, provided by the QDurationExtensions extension

Get human readable format of this duration
no setter
inWeeks int

Available on Duration, provided by the QDurationExtensions extension

Gets the total number of weeks in this Duration
no setter
isNegative bool

Available on Duration, provided by the QDurationExtensions extension

Checks if this Duration is negative
no setter
isPositive bool

Available on Duration, provided by the QDurationExtensions extension

Checks if this Duration is positive
no setter
isZero bool

Available on Duration, provided by the QDurationExtensions extension

Checks if this Duration is exactly zero
no setter
verboseHumanReadable String

Available on Duration, provided by the QDurationExtensions extension

Gets a verbose human-readable string representation of this Duration
no setter