// Code generated by "stringer -type timeFormatType"; DO NOT EDIT.

package cast

import 

func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [timeFormatNoTimezone-0]
	_ = [timeFormatNamedTimezone-1]
	_ = [timeFormatNumericTimezone-2]
	_ = [timeFormatNumericAndNamedTimezone-3]
	_ = [timeFormatTimeOnly-4]
}

const _timeFormatType_name = "timeFormatNoTimezonetimeFormatNamedTimezonetimeFormatNumericTimezonetimeFormatNumericAndNamedTimezonetimeFormatTimeOnly"

var _timeFormatType_index = [...]uint8{0, 20, 43, 68, 101, 119}

func ( timeFormatType) () string {
	if  < 0 ||  >= timeFormatType(len(_timeFormatType_index)-1) {
		return "timeFormatType(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _timeFormatType_name[_timeFormatType_index[]:_timeFormatType_index[+1]]
}