C# 클래스 Config.Net.JiraTime

Jira compatible time expression, allowed modifiers d - day h - hour m - minutes s - seconds ms - milliseconds
상속: IComparable
파일 보기 프로젝트 열기: aloneguid/config

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int

Comparison

FromHumanReadableString ( string s ) : JiraTime

Constructs an instance from human readable representation

JiraTime ( System.TimeSpan timeSpan ) : System

Constructs an instance

ToString ( ) : string

Converts to string

비공개 메소드들

메소드 설명
JiraTime ( string humanReadableExpression ) : System

메소드 상세

CompareTo() 공개 메소드

Comparison
public CompareTo ( object obj ) : int
obj object
리턴 int

FromHumanReadableString() 공개 정적인 메소드

Constructs an instance from human readable representation
public static FromHumanReadableString ( string s ) : JiraTime
s string
리턴 JiraTime

JiraTime() 공개 메소드

Constructs an instance
public JiraTime ( System.TimeSpan timeSpan ) : System
timeSpan System.TimeSpan
리턴 System

ToString() 공개 메소드

Converts to string
public ToString ( ) : string
리턴 string