DateTimeFormatInfo: DateSeparator (let)

DateSeparator

Sets the string that is display when separating the components of a date, such as year, month, day.



 Public Property Let DateSeparator(
	  ByRef Value As String )

Parameters

Value
[ByRef] String. The new date separator. Generally this is /'.

Remarks

If this formatter is ReadOnly, an exception will be thrown.

Read/Write.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview