Visual Signal ExternalBase Class Library Documentation
GetDateTimeFormat Method (showDate, showWeekDay, showTime, fraction)
VisualSignalVSignal.ExternalBaseAuxUtilGetDateTimeFormat(Boolean, Boolean, Boolean, Int32)
API version 1.2.2.0

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

Get the date time format string to be used by "ToDateString()" for date-time formatting.
Declaration Syntax
C#Visual BasicVisual C++
public static string GetDateTimeFormat(
	bool showDate,
	bool showWeekDay,
	bool showTime,
	int fraction
)
Public Shared Function GetDateTimeFormat ( _
	showDate As Boolean, _
	showWeekDay As Boolean, _
	showTime As Boolean, _
	fraction As Integer _
) As String
public:
static String^ GetDateTimeFormat(
	bool showDate, 
	bool showWeekDay, 
	bool showTime, 
	int fraction
)
Parameters
showDate (Boolean)
Specifies true to include the date in the date-time string.
showWeekDay (Boolean)
Specifies true to include the weekday in the date-time string.
showTime (Boolean)
Specifies true to include the time in the date-time string.
fraction (Int32)
Specifies the number of decimal places for fraction of second display (max. 7).
Return Value
Returns the date-time format string.

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