K
Kareninstructor
Guest
This is for non MVP or moderators.
Given a string array of day names
Dim DayNames = Globalization.CultureInfo.
CurrentCulture.DateTimeFormat.DayNames
Create a delimited string as follows.
Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday
Output can be shown in a Console.WriteLine, MessageBox.Show or TextBox.
Try and keep the solution under 10 lines of code total.
All working examples will be marked as answered
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.
NuGet BaseConnectionLibrary for database connections.
StackOverFlow
Continue reading...
Given a string array of day names
Dim DayNames = Globalization.CultureInfo.
CurrentCulture.DateTimeFormat.DayNames
Create a delimited string as follows.
Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday
Output can be shown in a Console.WriteLine, MessageBox.Show or TextBox.
Try and keep the solution under 10 lines of code total.
All working examples will be marked as answered
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.
NuGet BaseConnectionLibrary for database connections.
StackOverFlow
Continue reading...