Data Frequency
FRED (Federal Reserve Economic Data) API의 데이터 주기를 나타내는 열거형입니다.
경제 데이터 조회 시 사용되는 주기 정의입니다.
Properties
Functions
Link copied to clipboard
DataFrequency의 상대적 크기를 비교합니다.
Link copied to clipboard
DataFrequency가 고주기 데이터(월간 이상)인지 확인합니다.
Link copied to clipboard
DataFrequency가 단기 데이터(주간 이하)인지 확인합니다.
Link copied to clipboard
DataFrequency를 읽기 쉬운 한글 문자열로 변환합니다.
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.