duration->minute

duration->minute is a member in the Durations group; call it on the receiver shown before the arrow.

Target member

Signature

1duration->minute

duration->minute is a member in the Durations group; call it on the receiver shown before the arrow.

duration->minute is called with member syntax on a receiver value. duration->minute 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->minute
The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.