NumConversionExtensions extension

Num Conversion extensions

on

Properties

daysDuration Duration

Available on num, provided by the NumConversionExtensions extension

Creates a Duration object for days.
no setter
decimal → Decimal

Available on num, provided by the NumConversionExtensions extension

Attempts to convert the number to a Decimal.
no setter
hoursDuration Duration

Available on num, provided by the NumConversionExtensions extension

Creates a Duration object for hours.
no setter
microsecondsDuration Duration

Available on num, provided by the NumConversionExtensions extension

Creates a Duration object for microseconds.
no setter
millisecondsDuration Duration

Available on num, provided by the NumConversionExtensions extension

Creates a Duration object for milliseconds.
no setter
minutesDuration Duration

Available on num, provided by the NumConversionExtensions extension

Creates a Duration object for minutes.
no setter
secondsDuration Duration

Available on num, provided by the NumConversionExtensions extension

Creates a Duration object representing a number of seconds.
no setter
toDateTime DateTime

Available on num, provided by the NumConversionExtensions extension

Converts this number to a DateTime object based on the number of digits.
no setter
toList List<int>

Available on num, provided by the NumConversionExtensions extension

Generates a list of integers from 0 up to (but not including) this integer.
no setter