- 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
StartOf()
Returns the date and time of the very first data point for all or specified signal/entity.
Returns the date and time of the first data point for the specified signal.
Syntax
StartOf(string timeSignalName)
Example
StartOf("oil production rate")
Returns the date and time of the first data point for the specified signal and the specified entity.
Syntax
StartOf(string timeSignalName, string entityName)
Example
StartOf("oil production rate", "entity name")
Returns the date and time of the first data point for the specified signal and the specified entity.
Syntax
StartOf(string timeSignalName, entities entityName)
Example
StartOf("oil production rate", "entity name")