AFTimeZoneFormatProvider.Provider Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
An object that supplies culture-specific formatting information.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.