NullableIntConversionExtensions extension
- on
-
- int?
Methods
-
days(
) → Duration -
Available on int?, provided by the NullableIntConversionExtensions extension
Creates a new Duration object using this value as its days part -
hours(
) → Duration -
Available on int?, provided by the NullableIntConversionExtensions extension
Creates a new Duration object using this value as its hours part -
microseconds(
) → Duration -
Available on int?, provided by the NullableIntConversionExtensions extension
Creates a new Duration object using this value as its microseconds part -
milliseconds(
) → Duration -
Available on int?, provided by the NullableIntConversionExtensions extension
Creates a new Duration object using this value as its milliseconds part -
minutes(
) → Duration -
Available on int?, provided by the NullableIntConversionExtensions extension
Creates a new Duration object using this value as its minutes part -
seconds(
) → Duration -
Available on int?, provided by the NullableIntConversionExtensions extension
Creates a new Duration object using this value as its seconds part