DateTimeCalculationKind Enum
Lists the available reference points that can be used to calculate date-time parameter values.
Namespace: DevExpress.ReportServer.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Members
Name | Description |
---|---|
StartOfPreviousTask
|
The reference point corresponds to the start of the previous task. |
EndOfPreviousTask
|
The reference point corresponds to the end of the previous task. |
StartOfPreviousQuarter
|
The reference point corresponds to the start of the previous quarter. |
EndOfPreviousQuarter
|
The reference point corresponds to the end of the previous quarter. |
StartOfPreviousMonth
|
The reference point corresponds to the start of the previous month. |
EndOfPreviousMonth
|
The reference point corresponds to the end of the previous month. |
StartOfPreviousWeek
|
The reference point corresponds to the start of the previous week. |
EndOfPreviousWeek
|
The reference point corresponds to the end of the previous week. |
StartOfPreviousDay
|
The reference point corresponds to the start of the previous day. |
EndOfPreviousDay
|
The reference point corresponds to the end of the previous day. |
StartOfPreviousYear
|
The reference point corresponds to the start of the previous year. |
EndOfPreviousYear
|
The reference point corresponds to the end of the previous year. |
StartOfCurrentQuarter
|
The reference point corresponds to the start of the current quarter. |
EndOfCurrentQuarter
|
The reference point corresponds to the end of the current quarter. |
StartOfCurrentMonth
|
The reference point corresponds to the start of the current month. |
EndOfCurrentMonth
|
The reference point corresponds to the end of the current month. |
StartOfCurrentWeek
|
The reference point corresponds to the start of the current week. |
EndOfCurrentWeek
|
The reference point corresponds to the end of the current week. |
StartOfCurrentDay
|
The reference point corresponds to the start of the current day. |
EndOfCurrentDay
|
The reference point corresponds to the end of the current day. |
StartOfCurrentYear
|
The reference point corresponds to the start of the current year. |
EndOfCurrentYear
|
The reference point corresponds to the end of the current year. |
StartOfNextQuarter
|
The reference point corresponds to the start of the next quarter. |
EndOfNextQuarter
|
The reference point corresponds to the end of the next quarter. |
StartOfNextMonth
|
The reference point corresponds to the start of the next month. |
EndOfNextMonth
|
The reference point corresponds to the end of the next month. |
StartOfNextWeek
|
The reference point corresponds to the start of the next week. |
EndOfNextWeek
|
The reference point corresponds to the end of the next week. |
StartOfNextDay
|
The reference point corresponds to the start of the next day. |
EndOfNextDay
|
The reference point corresponds to the end of the next day. |
StartOfNextYear
|
The reference point corresponds to the start of the next year. |
EndOfNextYear
|
The reference point corresponds to the end of the next year. |
Remarks
For a code sample, see the following example online: Report Server - How to manage scheduled jobs from a Windows Forms application.