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

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
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

IEntityAttributeValueFormatterFormat(DateTime)
See Also