start repository for mobilisis tariff-calculation
This commit is contained in:
19
library/include/mobilisis/tariff_day_of_week.h
Normal file
19
library/include/mobilisis/tariff_day_of_week.h
Normal file
@@ -0,0 +1,19 @@
|
||||
// #pragma once
|
||||
#ifndef TARIFF_DAY_OF_WEEK_H_INCLUDED
|
||||
#define TARIFF_DAY_OF_WEEK_H_INCLUDED
|
||||
|
||||
/// <summary>
|
||||
/// Day of week enumeration
|
||||
|
||||
enum DayOfWeek
|
||||
{
|
||||
Saturday = 0x00,
|
||||
Sunday = 0x01,
|
||||
Monday = 0x02,
|
||||
Tuesday = 0x03,
|
||||
Wednesday = 0x04,
|
||||
Thursday = 0x05,
|
||||
Friday = 0x06
|
||||
};
|
||||
|
||||
#endif // TARIFF_DAY_OF_WEEK_H_INCLUDED
|
||||
Reference in New Issue
Block a user