CpPageFormatDbDateTime(Object, Boolean, String, TimeZoneInfo) Method

Definition

Namespace: Centralpoint.Web.UI
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static string FormatDbDateTime(
	Object value,
	bool relative,
	string format,
	TimeZoneInfo timeZoneInfo
)

Parameters

value  Object
 
relative  Boolean
 
format  String
 
timeZoneInfo  TimeZoneInfo
 

Return Value

String

See Also