date->hourOfDay
date->hourOfDay is a member in the Date Members group; call it on the receiver shown before the arrow.
Target
Signature
1date->hourOfDaydate->hourOfDay is a member in the Date Members group; call it on the receiver shown before the arrow.
date->hourOfDay is called with member syntax on a receiver value. date->hourOfDay handles calendar, duration, or formatting behavior. Store values in structured date or duration form and format them only when presenting text.
Examples
Basic call
1date->hourOfDayThe example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.