Click or drag to resize
KaxSchedulerUtcDayStart Method
Returns the UTC date that corresponds to midnight on the client for the selected date.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public DateTime UtcDayStart(
	DateTime utcDate
)

Parameters

utcDate
Type: SystemDateTime
Client's date and time in UTC.

Return Value

Type: DateTime
The UTC date that corresponds to midnight on the client for the selected date.
See Also