- Weatherford Knowledge Base
- P#
- Time and Date Functions
-
Getting Started
-
Customer Training
-
Customer Success
-
Updates
-
Production Optimization
-
Artificial Lift 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
- 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
- Neighborhood Functions
-
Packages
EndOf()
Returns the date and time of the very last data point for all or specified signal/entity.
Returns the date and time of the last data point for the specified signal.
Syntax
EndOf(string timeSignalName)
Example
EndOf("oil production rate")
Returns the date and time of the last data point for the specified signal and the specified entity.
Syntax
EndOf(string timeSignalName, string entityName)
Example
EndOf("oil production rate", "entity name")
Returns the date and time of the last data point for the specified signal and the specified entity.
Syntax
EndOf(string timeSignalName, entities entityName)
Example
EndOf("oil production rate", "entity name")