Click or drag to resize

LeapSecondFile Methods

The LeapSecondFile type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDownloadLeapSeconds
Downloads the latest leap second file (LeapSecond.dat) from an AGI server. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadLeapSeconds(IWebProxy)
Downloads the latest leap second file (LeapSecond.dat) from an AGI server. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberReadLeapSeconds(String)
Reads an STK leap second file and returns a new LeapSecondsFacet instance initialized with the contents of the file.
Public methodStatic memberReadLeapSeconds(TextReader)
Reads an STK leap second file and returns a new LeapSecondsFacet instance initialized with the contents of the file.
Public methodStatic memberWriteLeapSeconds
Writes the specified LeapSecondsFacet instance to a stream in STK leap second file format.
Top
See Also