class GUIBtnActions
extends java.lang.Object
Copyright (c) 2018
Constructor and Description |
---|
GUIBtnActions() |
Modifier and Type | Method and Description |
---|---|
protected void |
calcCalendar2JD()
Convert a calendar date to a Julian day number
|
protected void |
calcDayOfWeek()
Calculate the day of the week
|
protected void |
calcDaysIntoYear()
Calculate how many days into a year a specific date is
|
protected void |
calcDaysIntoYear2Date()
Calculate date when given the number of days into a year
|
protected void |
calcGST2LST()
Convert GST to LST
|
protected void |
calcGST2UT()
Convert GST to UT
|
protected void |
calcJD2Calendar()
Convert a Julian day number to a calendar date
|
protected void |
calcLCT2UT()
Convert LCT to UT
|
protected void |
calcLeapYear()
See if a year is a leap year
|
protected void |
calcLST2GST()
Convert LST to GST
|
protected void |
calcUT2GST()
Converts UT to GST
|
protected void |
calcUT2LCT()
Convert UT to LCT
|
protected void calcCalendar2JD()
protected void calcDayOfWeek()
protected void calcDaysIntoYear()
protected void calcDaysIntoYear2Date()
protected void calcJD2Calendar()
protected void calcLeapYear()
protected void calcGST2LST()
protected void calcGST2UT()
protected void calcLCT2UT()
protected void calcLST2GST()
protected void calcUT2GST()
protected void calcUT2LCT()