Minute() |
Top Previous Next |
Minute() - Determine the Minutes from a Date/Time Description The Minute() function is used to determine the number of minutes from a date/time variable or formatted string. Minute(date) Returns number between 0 and 59 representing the minute of the hour. Example 'displays minutes portion of the current time SMEvent.Raise "Trace", Minute(now) |