C# Class GSF.COMTRADE.Timestamp

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

Public Properties

Property Type Description
Value Ticks

Public Methods

Method 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 method

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

ToString() public method

Converts Timestamp to its string format.
public ToString ( ) : string
return string

Property Details

Value public_oe property

Timestamp in ticks.
public Ticks Value
return Ticks