Skip to content

NET_SDK_TIMEQUANTUM_TYPE

Enum Definition

1
2
3
4
5
6
7
typedef enum _net_sdk_timequantum_type
{
    ONE_DAY,
    ONE_WEEK,
    ONE_MONTH,
    ONE_SEASON,
} NET_SDK_TIMEQUANTUM_TYPE;
1
2
3
4
5
6
7
public enum NET_SDK_TIMEQUANTUM_TYPE
{
    ONE_DAY,
    ONE_WEEK,
    ONE_MONTH,
    ONE_SEASON,
}

Function Description

Time quantization type

Member Description

Enum name Value Remark
ONE_DAY 0 One day
ONE_WEEK 1 One week
ONE_MONTH 2 One month
ONE_SEASON 3 One quarter
Error Code