DateFormat Constructor (String, DateFormatElement) |
Initializes a new instance of the
DateFormat class.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic DateFormat(
string cultureName,
DateFormatElement[] formatElements
)
Public Sub New (
cultureName As String,
formatElements As DateFormatElement()
)
public:
DateFormat(
String^ cultureName,
array<DateFormatElement^>^ formatElements
)
new :
cultureName : string *
formatElements : DateFormatElement[] -> DateFormat
Parameters
- cultureName
- Type: SystemString
The culture name. - formatElements
- Type: GroupDocs.Search.OptionsDateFormatElement
The format elements.
See Also