Time Tab
Use the Time tab to select time-related
functions that allow you to:
For more information on time formats, see the Application Notes below.
Each tab item includes a tooltip that shows the required arguments and a brief description of the function.
Time Tab options
Button |
Syntax |
Definition |
---|---|---|
Time Conversion |
||
|
time(hour,minute,second) |
Converts (Hours,Minutes,Seconds) to Fractional time. |
Extract from Fractional Time |
||
|
time_hour(fractional time) |
Extracts Hour from Fractional time. |
|
time_minute(fractional time) |
Extracts Minute from Fractional time. |
|
time_second(fractional time) |
Extracts Second from Fractional time. |
Convert Exact Second Time |
||
|
time_from_long(days) |
Converts Exact Second Time to Fractional time. |
|
time_to_long(fractional time) |
Converts Fractional time to Exact Second time. |
Convert Fractional Second Time |
||
|
time_from_seconds(days) |
Converts Fractional Second time to Fractional time. |
|
time_to_seconds(fractional time) |
Converts Fractional time to Fractional Second time. |
Application Notes
Fractional Time
Represents the time of day in decimal hours.
Example:
4:15:34.35
is stored as:
Second Time
Represents the elapsed seconds in a day, ranging from 0 to 86400.
Stored in two forms:
-
Exact: Whole seconds
-
Fractional: Partial seconds supported
Example:
4:15:34.35
is stored as:
Got a question? Visit the Seequent forums or Seequent support
Copyright (c) 2025 Bentley Systems, Incorporated. All rights reserved.
Privacy | Terms of Use