AFTimeRange Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of the AFTimeRange structure.
Overload List
| Name | Description | |
|---|---|---|
| AFTimeRange(String, String) |
Creates a new AFTimeRange object with the specified
string representations of start and end times.
| |
| AFTimeRange(AFTime, AFTime) |
Creates a new AFTimeRange object with the specified
start and end AFTime values.
| |
| AFTimeRange(String, String, IFormatProvider) |
Creates a new AFTimeRange object with the specified
string representations of start and end times using the specified
culture-specific information and formatting style.
|