AFTime.TryParse Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Converts the specified string representation of a local date and time to its AFTime equivalent
and returns a value that indicates whether the conversion succeeded.
Overload List
| Name | Description | |
|---|---|---|
| TryParse(String, AFTime) |
Converts the specified string representation of a local date and time to its AFTime equivalent
by using the CurrentCulture and returns a value that indicates whether
the conversion succeeded.
| |
| TryParse(String, AFTime, AFTime) |
Converts the specified string representation of a local date and time to its AFTime equivalent
by using the specified reference time and returns a value that indicates whether the conversion succeeded.
| |
| TryParse(String, IFormatProvider, AFTime) |
Converts the specified string representation of a local date and time to its AFTime equivalent
by using the specified culture-specific formatting information and returns a value that indicates whether
the conversion succeeded.
| |
| TryParse(String, AFTime, IFormatProvider, AFTime) |
Converts the specified string representation of a local date and time to its AFTime equivalent
by using the specified reference time and culture-specific formatting information,
and returns a value that indicates whether the conversion succeeded.
|