IntExt extension

Extension methods for int objects.

on

Properties

st_days Duration

Available on int, provided by the IntExt extension

Converts the integer to a duration representing days.
no setter
st_hours Duration

Available on int, provided by the IntExt extension

Converts the integer to a duration representing hours.
no setter
st_minutes Duration

Available on int, provided by the IntExt extension

Converts the integer to a duration representing minutes.
no setter
st_seconds Duration

Available on int, provided by the IntExt extension

Converts the integer to a duration representing seconds.
no setter