Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Add 20 minutes to time field

Featured Replies

I thought it would be easy to simply add 20 minutes to a time field by;

Time ( Timetable_Hour; Timetable_Minute;"" )+20

With the calculation result being 'Time'. However, not to be. Had a look online but couldn't find anything.

Could you please point me in the right direction.

Thanks so much and have a great weekend.

Time fields hold time as seconds, so your calculation would have added 20 seconds to the time. You can add 20 minutes using one of these calculations:


Time ( Timetable_Hour; Timetable_Minute; 0 ) + 20 * 60







Time ( Timetable_Hour; Timetable_Minute; 0 ) + Time ( 0 ; 20 ; 0 )

I thought it would be easy to simply add 20 minutes to a time field by;

Time ( Timetable_Hour; Timetable_Minute;"" )+20

What are Timetable_Hour and Timetable_Minute? And where is the time field?

Adding 20 minutes to a time field is indeed easy =

Timefield + 1200

  • Author

Aha. I am adding seconds, not minutes, That makes it very easy. Thanks so much and have a wonderful day!

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.