Click or drag to resize
DateTimeHelperGetMinuteStart Method
Gets current date without seconds.

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

Parameters

date
Type: SystemDateTime
Date

Return Value

Type: DateTime
See Also