descending
This commit is contained in:
parent
78cbfa62bc
commit
98d3996b47
6 changed files with 127 additions and 18 deletions
|
|
@ -18,7 +18,13 @@ type MarketHoursRange struct {
|
|||
|
||||
ValueFormatter ValueFormatter
|
||||
|
||||
Domain int
|
||||
Descending bool
|
||||
Domain int
|
||||
}
|
||||
|
||||
// IsDescending returns if the range is descending.
|
||||
func (mhr MarketHoursRange) IsDescending() bool {
|
||||
return mhr.Descending
|
||||
}
|
||||
|
||||
// GetTimezone returns the timezone for the market hours range.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue