Creates a duration period for the DORIS system in ISO-8601 format from inputting years, months, weeks, days, hours, minutes, and seconds
Arguments
- years
Number of years in the duration (default = 0).
- months
Number of months in the duration (default = 0).
- weeks
Number of weeks in the duration (default = 0).
- days
Number of days in the duration (default = 0).
- hours
Number of hours in the duration (default = 0).
- minutes
Number of minutes in the duration (default = 0).
- seconds
Number of seconds in the duration (default = 0).