AFTimeRange.Parse Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Converts the specified local date and time string representations of the start and end times
to its AFTimeRange equivalent.
Overload List
| Name | Description | |
|---|---|---|
| Parse(String, String, IFormatProvider) |
Converts the specified local date and time string representations of the start and end times
to its AFTimeRange equivalent by using the specified culture-specific formatting
information.
| |
| Parse(String, String, AFTime, IFormatProvider) |
Converts the specified local date and time string representations of the start and end times
to its AFTimeRange equivalent by using the specified reference time and
culture-specific formatting information.
|