Class
DailyRounder

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class DailyRounder : IRoundService

Inheritance: objectDailyRounder

Implements: IRoundService

Constructors

DailyRounder()

Declaration

cs-api-definition
public DailyRounder()

Properties

DayDuration

Declaration

cs-api-definition
public TimeSpan DayDuration { get; set; }

Property Value

TimeSpan

DayStartTime

Declaration

cs-api-definition
public TimeSpan DayStartTime { get; set; }

Property Value

TimeSpan

Methods

Round(IDateRange)

Declaration

cs-api-definition
public IDateRange Round(IDateRange range)

Parameters

range

IDateRange

Returns

IDateRange

Implements IRoundService.Round(IDateRange)