System.DateTime.ParseExact
This converts a string representation to a DateTime object. The format of the string representation must match the specified format.
Dim sDateTimeString As String
ParseExact(sDateTimeString, "dd-mmmm", System.Globalization.CultureInfo.InvariantCulture)
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext