DateTimeFormat Constructor (String, IFormatProvider)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the DateTimeFormat class using the format string and format provider.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
'Declaration Public Sub New ( _ formatString As String, _ formatProvider As IFormatProvider _ )
Parameters
- formatString
- Type: System.String
The format sting.
- formatProvider
- Type: System.IFormatProvider
The format provider.
Show: