![]() |
Om
1.0.0
A universal framework for multimedia simulation
|
A class that represents a particular month in the modern calendar. More...
#include <omMonth.h>
Public Member Functions | |
| Month () | |
| Create a Month object representing the first month of the year. More... | |
| Month (Index newNumber) | |
| Create a Month object with the specified index within the year, starting at 1. More... | |
| data::String | getName () const |
| Get the standard name for the month with this index. More... | |
| Index | getNumber () const |
| Get the index of the month within the year, starting at 1. More... | |
| void | setNumber (Index newNumber) |
| Set the index of the month within the year, starting at 1. More... | |
A class that represents a particular month in the modern calendar.
|
inline |
Create a Month object representing the first month of the year.
|
inline |
Create a Month object with the specified index within the year, starting at 1.
|
inline |
Get the standard name for the month with this index.
If the month does not have a standard name, the empty string is returned.
|
inline |
Get the index of the month within the year, starting at 1.
|
inline |
Set the index of the month within the year, starting at 1.
1.8.11