Reporting Time
string ReportingTimeRaw:
The entire reporting time as a string.
int ReportingDateRaw:
The day of the reporting time as an int.
int ReportingTimeZuluRaw:
The time of the reporting time as an int
DateTime ReportingTimeZulu:
The reporting time as a DateTime. The DateTime is determined the following way:
- If the current day is the same as the reporting day, the current day is used.
- If the day is smaller than the days in the current month, it will use the reporting day and the current month.
- If the reporting day is greater than the days in the current month and smaller than the days in the preceding month, it will use the reporting day and the preceding month (and preceding year if applicable).
-If the reporting day is greater than the days in the preceding month, it will use the month before that (and the preceding year if applicable) and the reporting day.
Last updated