LeapSecondFileReadLeapSeconds Method (TextReader) |
Reads an STK leap second file and returns a new
LeapSecondsFacet instance
initialized with the contents of the file.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic static LeapSecondsFacet ReadLeapSeconds(
TextReader source
)
Public Shared Function ReadLeapSeconds (
source As TextReader
) As LeapSecondsFacet
public:
static LeapSecondsFacet^ ReadLeapSeconds(
TextReader^ source
)
static member ReadLeapSeconds :
source : TextReader -> LeapSecondsFacet
Parameters
- source
- Type: System.IOTextReader
The stream from which to read.
Return Value
Type:
LeapSecondsFacetA new
LeapSecondsFacet initialized with the contents of the file.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when source is .
|
| InvalidDataException |
Thrown when there is an error parsing the leap second data.
|
See Also