[]
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RangeInfo : IRangeInfo, INotifyPropertyChanged
Name | Description |
---|---|
FiscalYearFirstMonth | Gets or sets the number of the first month for the fiscal year. |
FiscalYearShift | Gets or sets the shift for the Fiscal year. |
Format | The format string to format range values. |
IsActive | True if ranges is active. |
NumericStep | A value to combine numeric field values into ranges. |
RangeType | The type of the Range. |
Name | Description |
---|---|
GetFiscalMonthRange(object, int, int, string) | Returns month year by given value of DateTime type. |
GetFiscalYearRange(object, int, int, string) | Returns fiscal year by given value of DateTime type. |
GetQuarterRange(object, int) | Returns week of fiscal quarter by given value of DateTime type. |
GetRange(object) | Returns range for a given value. |
GetWeekRange(object) | Returns week of year by given value of DateTime type. |
GetWeekRange(object, int) | Returns week of fiscal year by given value of DateTime type. |
ReadXml(XmlReader) | Reads a range from Xml. |
WriteXml(XmlWriter) | Persist range to Xml. |
Name | Description |
---|---|
CustomRange | Event that allows combining the field's data into custom intervals. |
PropertyChanged | Occurs when a property value changes. |
Name | Description |
---|---|
implicit operator RangeInfo(RangeInfo) |