public class ObsSys
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ObsSysController |
mainFrame |
static Planner |
planner |
| Constructor and Description |
|---|
ObsSys() |
| Modifier and Type | Method and Description |
|---|---|
static FullDate |
getCurrentDate()
Gets the current date of the system.
|
static FullTime |
getCurrentTime()
Gets the current time of the system.
|
static int |
getTimeZone()
Gets the time zone of the location of the system.
|
static void |
main(java.lang.String[] args)
Initialise the application.
|
public static ObsSysController mainFrame
public static Planner planner
public static void main(java.lang.String[] args)
args - public static FullTime getCurrentTime()
public static FullDate getCurrentDate()
public static int getTimeZone()