DateTimeHelperDateTimeToString Method |
Converts the given DateTime to string value.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string DateTimeToString(
DateTime time
)
Parameters
- time
- Type: SystemDateTime
Time to convert
Return Value
Type:
StringSee Also