Click or drag to resize
EntityAttributeFormatterFormat Method (DateTime)
Formats a DateTime value, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public string Format(
	DateTime value
)

Parameters

value
Type: SystemDateTime
A value to format.

Return Value

Type: String
A string representation of the specified value.

Implements

IEntityAttributeFormatterFormat(DateTime)
See Also