|
MUSX Document Model
|
Struct representing a date with associated metadata. More...
#include <Header.h>
Public Attributes | |
| int | year {} |
| Year (4 digits) | |
| int | month {} |
| Month (1-12) | |
| int | day {} |
| Day (1-31) | |
| std::string | modifiedBy |
| Initials of person who modified the file (often blank) | |
| FinaleVersion | finaleVersion |
| Version of the Finale software. | |
| std::string | application |
| Application that created or modified the file. | |
| Platform | platform = Platform::Other |
| Platform on which the file was created. | |
| FinaleVersion | appVersion |
| Version of the application. | |
| FinaleVersion | fileVersion |
| Version of the file format. | |
| std::string | appRegion |
| Region information (e.g., "US") | |
Struct representing a date with associated metadata.