Next: calmonths, Previous: array2table, Up: API Alphabetically [Contents]
Durations of time using variable-length calendar periods, such as days, months, and years, which may vary in length over time. (For example, a calendar month may have 28, 30, or 31 days.)
char
SignThe sign (1 or -1) of this duration, which indicates whether it is a positive or negative span of time.
char
YearsThe number of whole calendar years in this duration. Must be integer-valued.
char
MonthsThe number of whole calendar months in this duration. Must be integer-valued.
char
DaysThe number of whole calendar days in this duration. Must be integer-valued.
char
HoursThe number of whole hours in this duration. Must be integer-valued.
char
MinutesThe number of whole minutes in this duration. Must be integer-valued.
char
SecondsThe number of seconds in this duration. May contain fractional values.
char
FormatThe format to display this calendarDuration
in. Currently unsupported.
This is a single value that applies to the whole array.
Next: calmonths, Previous: array2table, Up: API Alphabetically [Contents]