IEntityAttributeValueFormatterFormat Method (DateTime) |
Formats a DateTime value, and returns it.
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax string Format(
DateTime value
)
Parameters
- value
- Type: SystemDateTime
A value to format.
Return Value
Type:
StringA string representation of the specified value.
See Also