C# 클래스 GSF.COMTRADE.Timestamp

Represents a timestamp in the COMTRADE file standard format, IEEE Std C37.111-1999..
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Value Ticks

공개 메소드들

메소드 설명
Timestamp ( string lineImage ) : System

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

ToString ( ) : string

Converts Timestamp to its string format.

메소드 상세

Timestamp() 공개 메소드

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

ToString() 공개 메소드

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

프로퍼티 상세

Value 공개적으로 프로퍼티

Timestamp in ticks.
public Ticks Value
리턴 Ticks