Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
IDateTimeFormatter Interface Reference
Inheritance diagram for IDateTimeFormatter:
KSPUtil.DefaultDateTimeFormatter

Public Member Functions

string PrintDate (double time, bool includeTime, bool includeSeconds=false)
 
string PrintDateCompact (double time, bool includeTime, bool includeSeconds=false)
 
string PrintDateDelta (double time, bool includeTime, bool includeSeconds, bool useAbs)
 
string PrintDateDeltaCompact (double time, bool includeTime, bool includeSeconds, bool useAbs)
 
string PrintDateDeltaCompact (double time, bool includeTime, bool includeSeconds, bool useAbs, int interestedPlaces)
 
string PrintDateNew (double time, bool includeTime)
 
string PrintTime (double time, int valuesOfInterest, bool explicitPositive)
 
string PrintTime (double time, int valuesOfInterest, bool explicitPositive, bool logEnglish)
 
string PrintTimeCompact (double time, bool explicitPositive)
 
string PrintTimeLong (double time)
 
string PrintTimeStamp (double time, bool days=false, bool years=false)
 
string PrintTimeStampCompact (double time, bool days=false, bool years=false)
 

Properties

int Day [get]
 
int Hour [get]
 
int Minute [get]
 
int Year [get]
 

Member Function Documentation

string IDateTimeFormatter.PrintDate ( double  time,
bool  includeTime,
bool  includeSeconds = false 
)
string IDateTimeFormatter.PrintDateCompact ( double  time,
bool  includeTime,
bool  includeSeconds = false 
)
string IDateTimeFormatter.PrintDateDelta ( double  time,
bool  includeTime,
bool  includeSeconds,
bool  useAbs 
)
string IDateTimeFormatter.PrintDateDeltaCompact ( double  time,
bool  includeTime,
bool  includeSeconds,
bool  useAbs 
)
string IDateTimeFormatter.PrintDateDeltaCompact ( double  time,
bool  includeTime,
bool  includeSeconds,
bool  useAbs,
int  interestedPlaces 
)
string IDateTimeFormatter.PrintDateNew ( double  time,
bool  includeTime 
)
string IDateTimeFormatter.PrintTime ( double  time,
int  valuesOfInterest,
bool  explicitPositive 
)
string IDateTimeFormatter.PrintTime ( double  time,
int  valuesOfInterest,
bool  explicitPositive,
bool  logEnglish 
)
string IDateTimeFormatter.PrintTimeCompact ( double  time,
bool  explicitPositive 
)
string IDateTimeFormatter.PrintTimeLong ( double  time)
string IDateTimeFormatter.PrintTimeStamp ( double  time,
bool  days = false,
bool  years = false 
)
string IDateTimeFormatter.PrintTimeStampCompact ( double  time,
bool  days = false,
bool  years = false 
)

Property Documentation

int IDateTimeFormatter.Day
get
int IDateTimeFormatter.Hour
get
int IDateTimeFormatter.Minute
get
int IDateTimeFormatter.Year
get

The documentation for this interface was generated from the following file: