DataToDataViewDate Method
Converts a value to a date string for the
DataView.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToDataViewDate(
Object value,
bool minValueInYear1900 = true
)
Public Shared Function ToDataViewDate (
value As Object,
Optional minValueInYear1900 As Boolean = true
) As String
- value Object
- Value to convert.
- minValueInYear1900 Boolean (Optional)
- Indicates if the minimum value is the year 1900.
StringString with the value converted.
Can return or #MM/dd/yyyy#.