- Datagration Knowledge Base
- P#
- Time and Date Functions
-
Getting Started
-
Customer Training
-
Customer Success
-
Updates
-
Production Optimization
-
Completion Optimization
-
Environmental, Social & Governance
-
Development, Acquisition & Divestitures
-
Enhanced Oil Recovery
-
Admin
-
P#
- Getting Started with P#
- Data Cleansing
- String Functions
- Scenario Functions
- Regression Functions
- Placeholder Functions
- Neighborhood Functions
- Mathematical Functions
- Logic Functions
- Entities Function
- Moving Window Functions
- Time and Date Functions
- Statistical Functions
- Economic Functions
- Data Handling
- Additional Functions
- Directional Functions
- Machine Learning Functions
- DCA Functions
-
Packages
Next
Returns the date and time of the next specified number of specified time increment relatively to specified start date or current date and time.
Syntax
Next(date, intervals number, increment)
-
- date: start date
- intervals number: number of intervals
- increment: time step
Examples
Next(5, Step Daily)
Next(#02/24/2015#, 5, Step Daily)
Next(FromStart(),5,Step Daily)