DataToDataViewDateTimeOffset Method

Converts a value to a date, time, and time offset string for DataView.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToDataViewDateTimeOffset(
	Object value
)

Parameters

value  Object
Value to convert.

Return Value

String
String with the value converted.

Remarks

Can return or #MM/dd/yyyy HH:mm:ss zzz#

See Also