Enum
DateUnitType

Specifies the unit of time for date-based operations and calculations.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum DateUnitType

Fields

Day

Calendar day, including weekends and holidays.

Declaration

cs-api-definition
Day = 0

Field Value

DateUnitType

Month

Calendar month.

Declaration

cs-api-definition
Month = 2

Field Value

DateUnitType

Weekday

Business day, excluding weekends (Saturday and Sunday).

Declaration

cs-api-definition
Weekday = 1

Field Value

DateUnitType

Year

Calendar year.

Declaration

cs-api-definition
Year = 3

Field Value

DateUnitType

In this article
DefinitionFieldsDayMonthWeekdayYear
Not finding the help you need?
Contact Support