Minute

<< Click to Display Table of Contents >>

Navigation:  Appendix > Macros >

Minute


 

editor.icon Minute

 


 

The Minute macro inserts the minute value from the current time.

 

The syntax for this macro is %[Minute]

 

Example

 

If the current time is 11:32 then the %[Minute] macro inserts '32':

 

minute.macro.example

Figure 1. %[Minute] Macro Example

 

Note that this macro is often used in conjunction with other macros in order to create combined output. For example the combined macros %[Hour]:%[Minute] output the hour followed by the minutes of the hour:

 

hour.macro.example.two

Figure 2. %[Minute] Combined Macro Example