Visual Signal ExternalBase Class Library Documentation
ToDateString Method (v, showWeekDay)
VisualSignalVSignal.ExternalBaseAuxUtilToDateString(DateTime, Boolean)
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

Convert System.DateTime object to formatted date-time string.
Declaration Syntax
C#Visual BasicVisual C++
public static string ToDateString(
	DateTime v,
	bool showWeekDay
)
Public Shared Function ToDateString ( _
	v As DateTime, _
	showWeekDay As Boolean _
) As String
public:
static String^ ToDateString(
	DateTime v, 
	bool showWeekDay
)
Parameters
v (DateTime)
Specifies the DateTime object.
showWeekDay (Boolean)
Specifies true to include the weekday in the date-time string.
Return Value
Returns the formatted date-time string.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)