Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static void WriteLeapSeconds(
	TextWriter writer,
	LeapSecondsFacet leapSeconds
)

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
ExceptionCondition
ArgumentNullException Thrown when writer or leapSeconds is .
See Also