--- type: "fhirpath-function" title: "FHIRPath Function: timeOfDay" function: "timeOfDay" category: "Utility functions" section: "5.10.3.2" source: "fhirpath/functions.json" --- # FHIRPath Function: timeOfDay _No canonical section match found in index.md._ ## Summary - **Category**: Utility functions - **Section**: `5.10.3.2` - **Return Type**: `Time` - **Empty Input Result**: `empty` - **Errors on Multiple Input**: `false` ## Description Returns the current time. ## Arguments - none ## Type Mapping - `Any-Time` ## Example ```fhirpath timeOfDay() // returns the current time ```