Enum DateTimeSearchType
Namespace: SuperOffice.Util
Assembly: SoDataBase.dll
Syntax
public enum DateTimeSearchType
Fields
| Name | Description |
|---|---|
| Day | Day will give you parameters between start of the current day to end of the current day. |
| Exact | Exact will give you a parameter that matches System.DateTime.Now. |
| HalfYear | HalfYear will give you parameters between start of the current half year to the end of the current half year. |
| Month | Month will give you parameters between start of the current month to the end of the current month. |
| None | None will give the parameter between minimum and max. |
| Quarter | Quarter will give you parameters between start of the current quarter to the end of the current quarter. |
| Week | Week will give you parameters between start of the current week (Monday) to end of the current week (Sunday). |
| Year | Year will give you parameters between start of the current Year to the end of the current Year. |