Lean
$LEAN_TAG$
|
Helper class that provides Func<DateTime,CalendarInfo> used to define consolidation calendar More...
Properties | |
static Func< DateTime, CalendarInfo > | Weekly [get] |
Computes the start of week (previous Monday) of given date/time More... | |
static Func< DateTime, CalendarInfo > | Monthly [get] |
Computes the start of month (1st of the current month) of given date/time More... | |
static Func< DateTime, CalendarInfo > | Quarterly [get] |
Computes the start of quarter (1st of the starting month of current quarter) of given date/time More... | |
static Func< DateTime, CalendarInfo > | Yearly [get] |
Computes the start of year (1st of the current year) of given date/time More... | |
Helper class that provides Func<DateTime,CalendarInfo> used to define consolidation calendar
Definition at line 23 of file Calendar.cs.
|
staticget |
Computes the start of week (previous Monday) of given date/time
Definition at line 29 of file Calendar.cs.
|
staticget |
Computes the start of month (1st of the current month) of given date/time
Definition at line 44 of file Calendar.cs.
|
staticget |
Computes the start of quarter (1st of the starting month of current quarter) of given date/time
Definition at line 60 of file Calendar.cs.
|
staticget |
Computes the start of year (1st of the current year) of given date/time
Definition at line 78 of file Calendar.cs.