|
Telescience Resource Kit
TReK Python
5.4.0 ART
|
Public Member Functions | |
def | TrekTimeComponents ( int year, int day_of_year, int month, int day_of_month, int hours, int minutes, float seconds -> None ) -> def |
Class initializer. More... | |
TrekTime Components.
( | year | : int | |
day_of_year | : int | ||
month | : int | ||
day_of_month | : int | ||
hours | : int | ||
minutes | : int | ||
seconds | : float | ||
) | -> None |
Class initializer.
[in] | year | Year. |
[in] | day_of_year | Day of Year (January 1st is day 1). |
[in] | month | Month of year (January is month 1). |
[in] | day_of_month | Day of month (1-31). |
[in] | hours | Hours of day (0-23). |
[in] | minutes | Minutes of hours (0-59). |
[in] | seconds | Seconds of minute (0-50). |