Logo
Telescience Resource Kit
TReK Python  5.4.0 ART
TrekTimeComponents Class Reference

TrekTime Components. More...

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...
 

Public Attributes

 year
 Year.
 
 day_of_year
 Day of Year (January 1st is day 1).
 
 month
 Month of Year (January is month 1).
 
 day_of_month
 Day of month (1-31).
 
 hours
 Hours of day (0-23).
 
 minutes
 Minutes of hour (0-59).
 
 seconds
 Seconds of minute (0.59.9999).
 

Detailed Description

TrekTime Components.

Constructor & Destructor Documentation

◆ TrekTimeComponents()

(year : int 
day_of_year : int 
month : int 
day_of_month : int 
hours : int 
minutes : int 
seconds : float 
) -> None

Class initializer.

Parameters
[in]yearYear.
[in]day_of_yearDay of Year (January 1st is day 1).
[in]monthMonth of year (January is month 1).
[in]day_of_monthDay of month (1-31).
[in]hoursHours of day (0-23).
[in]minutesMinutes of hours (0-59).
[in]secondsSeconds of minute (0-50).