LeapSecondFileWriteLeapSeconds Method |
Writes the specified
LeapSecondsFacet instance to a stream in
STK leap second file format.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static void WriteLeapSeconds(
TextWriter writer,
LeapSecondsFacet leapSeconds
)
Public Shared Sub WriteLeapSeconds (
writer As TextWriter,
leapSeconds As LeapSecondsFacet
)
public:
static void WriteLeapSeconds(
TextWriter^ writer,
LeapSecondsFacet^ leapSeconds
)
static member WriteLeapSeconds :
writer : TextWriter *
leapSeconds : LeapSecondsFacet -> unit
Parameters
- writer
- Type: System.IOTextWriter
The writer to which data will be written. - leapSeconds
- Type: AGI.Foundation.TimeLeapSecondsFacet
The leap second data to write.
Exceptions See Also