DataToDataViewDate Method

Converts a value to a date string for the DataView.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToDataViewDate(
	Object value,
	bool minValueInYear1900 = true
)

Parameters

value  Object
Value to convert.
minValueInYear1900  Boolean  (Optional)
Indicates if the minimum value is the year 1900.

Return Value

String
String with the value converted.

Remarks

Can return or #MM/dd/yyyy#.

See Also