AFTimeRange.TryParse Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Converts the specified local date and time string representation of the start and end times
to its AFTimeRange equivalent and returns a value that indicates whether the
conversion succeeded.
Overload List
| Name | Description | |
|---|---|---|
| TryParse(String, String, AFTimeRange) |
Converts the specified local date and time string representations of the start and end times
to its AFTimeRange equivalent by using the CurrentCulture
and returns a value that indicates whether the conversion succeeded.
| |
| TryParse(String, String, AFTime, AFTimeRange) |
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 returns
a value that indicates whether the conversion succeeded.
| |
| TryParse(String, String, IFormatProvider, AFTimeRange) |
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 and returns a value that indicates whether the conversion succeeded.
| |
| TryParse(String, String, AFTime, IFormatProvider, AFTimeRange) |
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, and returns a value that indicates whether the
conversion succeeded.
|