Implements date part handlers for DerivedValueSource
Inheritance Hierarchy
NReco.PivotData.Input.Value.DatePartValue
Namespace: NReco.PivotData.Input.Value
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The DatePartValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DatePartValue() | Initializes a new instance of the DatePartValue class |
![]() | DatePartValue(String) | Initializes a new instance of the DatePartValue class |
Methods
Name | Description | |
---|---|---|
![]() | DateOnlyHandler |
Returns value accesor for date-only part of source DateTime value
|
![]() | DayHandler |
Returns value accessor for day number value of source DateTime value
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | MonthNumberHandler |
Returns value accessor for month number (1-12) of source DateTime value
|
![]() | QuarterHandler |
Returns value accessor for quarter number (1,2,3 or 4) of source DateTime value
|
![]() | ToString | (Inherited from Object.) |
![]() | YearHandler |
Returns value accessor for year number of source DateTime value
|
See Also