FormatsTime(Object, CultureInfo) Method
Get the time formatted for the indicated culture.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string Time(
Object value,
CultureInfo customCulture
)
Public Shared Function Time (
value As Object,
customCulture As CultureInfo
) As String
- value Object
- Value to convert.
- customCulture CultureInfo
- Culture information.
StringString with the time formatted for the indicated culture.