Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
DateTime.h File Reference
+ Include dependency graph for DateTime.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FDateTime
 

Enumerations

enum class  EDayOfWeek {
  Monday = 0x0 , Tuesday = 0x1 , Wednesday = 0x2 , Thursday = 0x3 ,
  Friday = 0x4 , Saturday = 0x5 , Sunday = 0x6 , Monday = 0 ,
  Tuesday , Wednesday , Thursday , Friday ,
  Saturday , Sunday
}
 
enum class  EMonthOfYear {
  January = 0x1 , February = 0x2 , March = 0x3 , April = 0x4 ,
  May = 0x5 , June = 0x6 , July = 0x7 , August = 0x8 ,
  September = 0x9 , October = 0xA , November = 0xB , December = 0xC ,
  January = 1 , February , March , April ,
  May , June , July , August ,
  September , October , November , December
}
 

Enumeration Type Documentation

◆ EDayOfWeek

Enumerates the days of the week in 7-day calendars.

Enumerator
Monday 
Tuesday 
Wednesday 
Thursday 
Friday 
Saturday 
Sunday 
Monday 
Tuesday 
Wednesday 
Thursday 
Friday 
Saturday 
Sunday 

Definition at line 21 of file DateTime.h.

◆ EMonthOfYear

Enumerates the months of the year in 12-month calendars.

Enumerator
January 
February 
March 
April 
May 
June 
July 
August 
September 
October 
November 
December 
January 
February 
March 
April 
May 
June 
July 
August 
September 
October 
November 
December 

Definition at line 36 of file DateTime.h.