DataToDataViewDateTime Method
Converts a value to a datetime string for
DataView.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToDataViewDateTime(
Object value,
bool minValueInYear1900 = true
)
Public Shared Function ToDataViewDateTime (
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 HH:mm:ss#.