ホーム › Globalization › UCalendarDaysOfWeek
UCalendarDaysOfWeek
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| UCAL_SUNDAY | 1 | 0x1 |
| UCAL_MONDAY | 2 | 0x2 |
| UCAL_TUESDAY | 3 | 0x3 |
| UCAL_WEDNESDAY | 4 | 0x4 |
| UCAL_THURSDAY | 5 | 0x5 |
| UCAL_FRIDAY | 6 | 0x6 |
| UCAL_SATURDAY | 7 | 0x7 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum UCalendarDaysOfWeek : int {
UCAL_SUNDAY = 1,
UCAL_MONDAY = 2,
UCAL_TUESDAY = 3,
UCAL_WEDNESDAY = 4,
UCAL_THURSDAY = 5,
UCAL_FRIDAY = 6,
UCAL_SATURDAY = 7
} UCalendarDaysOfWeek;public enum UCalendarDaysOfWeek : int
{
UCAL_SUNDAY = 1,
UCAL_MONDAY = 2,
UCAL_TUESDAY = 3,
UCAL_WEDNESDAY = 4,
UCAL_THURSDAY = 5,
UCAL_FRIDAY = 6,
UCAL_SATURDAY = 7,
}Public Enum UCalendarDaysOfWeek As Integer
UCAL_SUNDAY = 1
UCAL_MONDAY = 2
UCAL_TUESDAY = 3
UCAL_WEDNESDAY = 4
UCAL_THURSDAY = 5
UCAL_FRIDAY = 6
UCAL_SATURDAY = 7
End Enumimport enum
class UCalendarDaysOfWeek(enum.IntEnum):
UCAL_SUNDAY = 1
UCAL_MONDAY = 2
UCAL_TUESDAY = 3
UCAL_WEDNESDAY = 4
UCAL_THURSDAY = 5
UCAL_FRIDAY = 6
UCAL_SATURDAY = 7// UCalendarDaysOfWeek
pub const UCAL_SUNDAY: i32 = 1;
pub const UCAL_MONDAY: i32 = 2;
pub const UCAL_TUESDAY: i32 = 3;
pub const UCAL_WEDNESDAY: i32 = 4;
pub const UCAL_THURSDAY: i32 = 5;
pub const UCAL_FRIDAY: i32 = 6;
pub const UCAL_SATURDAY: i32 = 7;// UCalendarDaysOfWeek
const (
UCAL_SUNDAY int32 = 1
UCAL_MONDAY int32 = 2
UCAL_TUESDAY int32 = 3
UCAL_WEDNESDAY int32 = 4
UCAL_THURSDAY int32 = 5
UCAL_FRIDAY int32 = 6
UCAL_SATURDAY int32 = 7
)const
UCAL_SUNDAY = 1;
UCAL_MONDAY = 2;
UCAL_TUESDAY = 3;
UCAL_WEDNESDAY = 4;
UCAL_THURSDAY = 5;
UCAL_FRIDAY = 6;
UCAL_SATURDAY = 7;// UCalendarDaysOfWeek
pub const UCAL_SUNDAY: i32 = 1;
pub const UCAL_MONDAY: i32 = 2;
pub const UCAL_TUESDAY: i32 = 3;
pub const UCAL_WEDNESDAY: i32 = 4;
pub const UCAL_THURSDAY: i32 = 5;
pub const UCAL_FRIDAY: i32 = 6;
pub const UCAL_SATURDAY: i32 = 7;const
UCAL_SUNDAY* = 1
UCAL_MONDAY* = 2
UCAL_TUESDAY* = 3
UCAL_WEDNESDAY* = 4
UCAL_THURSDAY* = 5
UCAL_FRIDAY* = 6
UCAL_SATURDAY* = 7enum UCalendarDaysOfWeek : int {
UCAL_SUNDAY = 1,
UCAL_MONDAY = 2,
UCAL_TUESDAY = 3,
UCAL_WEDNESDAY = 4,
UCAL_THURSDAY = 5,
UCAL_FRIDAY = 6,
UCAL_SATURDAY = 7,
}#define global UCAL_SUNDAY 0x1
#define global UCAL_MONDAY 0x2
#define global UCAL_TUESDAY 0x3
#define global UCAL_WEDNESDAY 0x4
#define global UCAL_THURSDAY 0x5
#define global UCAL_FRIDAY 0x6
#define global UCAL_SATURDAY 0x7