Click or drag to resize

LeapSecondIndicator Enumeration

Schema leap second indicator.

Namespace: GSF.COMTRADE
Assembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.282-beta
Syntax
public enum LeapSecondIndicator
Members
Member nameValueDescription
NoLeapSecondAdjustment0 No leap second adjustment was added during recorded data set.
LeapSecondWasAdded1 Leap second adjustment was added during recorded data set.
LeapSecondWasSubtracted2 Leap second adjustment was subtracted during recorded data set.
NoLeapSecondCapacity3 Leap second adjustment not capable for recording device.

The LeapSecondIndicator type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also