TReK Python  5.3.2
Telemetry/Command API
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 
 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()

TrekTimeComponents (year : int