Returns value accessor for day number value of source DateTime value
Namespace: NReco.PivotData.Input.Value
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
public Func<Object, string, Object> DayHandler( Func<Object, string, Object> getValue )
Parameters
- getValue
- Type: System.Func<Object, String, Object>
source value provider
Return Value
Type: Func<Object, String, Object>day number value accessor
See Also