DataToSQLTime Method
Converts a value into a time string for SQL and can add quotes.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToSQLTime(
Object value,
bool addQuotes = true
)
Public Shared Function ToSQLTime (
value As Object,
Optional addQuotes As Boolean = true
) As String
- value Object
- Value to convert.
- addQuotes Boolean (Optional)
- Indicates whether quotes should be added.
StringString with the value converted.
Can return or 'hh:mm:ss.zzz'.