Class DateTimeSearchType
Inheritance
System.Object
DateTimeSearchType
Namespace: SuperOffice.Util
Assembly: SoDataBase.dll
Syntax
public sealed class DateTimeSearchType : Enum
Fields
Day
Day will give you parameters between start of the current day to end of the current day.
Declaration
public const DateTimeSearchType Day
Field Value
Type | Description |
---|---|
DateTimeSearchType |
Exact
Exact will give you a parameter that matches System.DateTime.Now.
Declaration
public const DateTimeSearchType Exact
Field Value
Type | Description |
---|---|
DateTimeSearchType |
HalfYear
HalfYear will give you parameters between start of the current half year to the end of the current half year.
Declaration
public const DateTimeSearchType HalfYear
Field Value
Type | Description |
---|---|
DateTimeSearchType |
Month
Month will give you parameters between start of the current month to the end of the current month.
Declaration
public const DateTimeSearchType Month
Field Value
Type | Description |
---|---|
DateTimeSearchType |
None
None will give the parameter between minimum and max.
Declaration
public const DateTimeSearchType None
Field Value
Type | Description |
---|---|
DateTimeSearchType |
Quarter
Quarter will give you parameters between start of the current quarter to the end of the current quarter.
Declaration
public const DateTimeSearchType Quarter
Field Value
Type | Description |
---|---|
DateTimeSearchType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Week
Week will give you parameters between start of the current week (Monday) to end of the current week (Sunday).
Declaration
public const DateTimeSearchType Week
Field Value
Type | Description |
---|---|
DateTimeSearchType |
Year
Year will give you parameters between start of the current Year to the end of the current Year.
Declaration
public const DateTimeSearchType Year
Field Value
Type | Description |
---|---|
DateTimeSearchType |
Extension Methods
EnumUtil.MapEnums<From, To>(From)