LeapSecondFile Methods |
The LeapSecondFile type exposes the following members.
Name | Description | |
---|---|---|
DownloadLeapSeconds |
Downloads the latest leap second file (LeapSecond.dat) from an AGI server.
This method connects via HTTPS to ftp.agi.com.
| |
DownloadLeapSeconds(IWebProxy) |
Downloads the latest leap second file (LeapSecond.dat) from an AGI server.
This method connects via HTTPS to ftp.agi.com.
| |
ReadLeapSeconds(String) |
Reads an STK leap second file and returns a new LeapSecondsFacet instance
initialized with the contents of the file.
| |
ReadLeapSeconds(TextReader) |
Reads an STK leap second file and returns a new LeapSecondsFacet instance
initialized with the contents of the file.
| |
WriteLeapSeconds |
Writes the specified LeapSecondsFacet instance to a stream in
STK leap second file format.
|