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

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

Parameters

date
Type: System.DateTime
Date

Return Value

Type: DateTime
See Also