Click or drag to resize
DateTimeHelperDateTimeToString Method
Converts the given DateTime to string value.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string DateTimeToString(
	DateTime time
)

Parameters

time
Type: SystemDateTime
Time to convert

Return Value

Type: String
See Also