Name
|
Description
|
ClearSavedStates
|
Clears previous saved states for this object.
|
ConvertTime
|
Returns the input time converted to a new system and/or reference.
|
ConvertToCalendarDate
|
Returns a formatted calendar String of the date and time represented by the input time value.
|
ConvertToLocalCalendarDate
|
Returns a formatted calendar String in the local time system of the date and time represented by the input time value.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
GetGPSWeekAndSecondsOfWeek
|
Returns the GPS week number and seconds of week for the input time.
|
IsInDaylightSavings
|
Returns 1 if the input time is within daylight savings time.
|
IsInLeapYear
|
Returns 1 if the input time is within a leap year.
|
ParseCalendarDate
|
Parses the input calendar date String and returns the represented time value.
|
ParseLocalCalendarDate
|
Parses the input calendar date String as a local time offset from UTC and returns the represented time value.
|
ParseTimeInterval
|
Parses the input String for a time interval and returns the interval value.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
TimeIntervalToString
|
Returns a formatted String representing the specified time interval.
|