Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFTimeZoneFormatProvider.Provider Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFTimeZoneFormatProvider.Provider Property
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: IFormatProvider

Returns 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in