AFTimeZoneFormatProvider.Provider Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
An object that supplies culture-specific formatting information.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IFormatProvider Provider { get; }
Public ReadOnly Property Provider As IFormatProvider Get Dim instance As AFTimeZoneFormatProvider Dim value As IFormatProvider value = instance.Provider
public: property IFormatProvider^ Provider { IFormatProvider^ get (); }
member Provider : IFormatProvider with get
Property Value
Type: IFormatProviderReturns an object that supplies culture-specific formatting information. This provider will be used when parsing a time string.
If , then CurrentCulture will be used first when parsing the time string. If the parsing fails in this case, then a second attempt is made to parse using InvariantCulture.