DataToDataViewDateTime Method

Converts a value to a datetime string for DataView.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToDataViewDateTime(
	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 HH:mm:ss#.

See Also