Click or drag to resize
DateTimeHelperGetHourStart Method
Gets current date without minutes and seconds.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static DateTime GetHourStart(
	DateTime date
)

Parameters

date
Type: SystemDateTime
Date

Return Value

Type: DateTime
See Also