C# Class GSF.COMTRADE.Timestamp

Represents a timestamp in the COMTRADE file standard format, IEEE Std C37.111-1999..
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Свойство Type Description
Value Ticks

Méthodes publiques

Méthode Description
Timestamp ( string lineImage ) : System

Creates a new instance of the Timestamp from an existing line image.

ToString ( ) : string

Converts Timestamp to its string format.

Method Details

Timestamp() public méthode

Creates a new instance of the Timestamp from an existing line image.
public Timestamp ( string lineImage ) : System
lineImage string Line image to parse.
Résultat System

ToString() public méthode

Converts Timestamp to its string format.
public ToString ( ) : string
Résultat string

Property Details

Value public_oe property

Timestamp in ticks.
public Ticks Value
Résultat Ticks