FormatsTime(Object, String) Method
Get the time in formatted text.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string Time(
Object value,
string format
)
Public Shared Function Time (
value As Object,
format As String
) As String
- value Object
- Value to convert.
- format String
- Convert format.
StringString with the time in formatted text.