|
| int | GetTimeSpanDay () |
| | Get the UT Day from the dateHolder array - as a TimeSpan (ie starting at 0y,0d,00:00:00). More...
|
| |
| int | GetTimeSpanHour () |
| | Get the UT Hour from the dateHolder array - as a TimeSpan (ie starting at 0y,0d,00:00:00). More...
|
| |
| int | GetTimeSpanMinute () |
| | Get the UT Minute from the dateHolder array - as a TimeSpan (ie starting at 0y,0d,00:00:00). More...
|
| |
| int | GetTimeSpanSecond () |
| | Get the UT Seconds from the dateHolder array - as a TimeSpan (ie starting at 0y,0d,00:00:00). More...
|
| |
| int | GetTimeSpanYear () |
| | Get the UT Year from the dateHolder array - as a TimeSpan (ie starting at 0y,0d,00:00:00). More...
|
| |
| int | GetUTDay () |
| | Get the UT Day from the dateHolder array. More...
|
| |
| int | GetUTHour () |
| | Get the UT Hour from the dateHolder array. More...
|
| |
| int | GetUTMinute () |
| | Get the UT Minute from the dateHolder array. More...
|
| |
| int | GetUTSecond () |
| | Get the UT Seconds from the dateHolder array. More...
|
| |
| int | GetUTYear () |
| | Get the UT Year from the dateHolder array. More...
|
| |
| 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) |
| |