duration->day
Returns duration days.
Target
Signature
1duration->day()Returns duration days.
duration->day is called with member syntax on a receiver value. duration->day handles calendar, duration, or formatting behavior. Store values in structured date or duration form and format them only when presenting text.
Examples
Basic call
1duration(-day=3)->dayThe example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.