Метод | Описание | |
---|---|---|
FromString ( string str ) : |
Returns a TimerStart for a string.
|
|
FromTimerStartInfo ( Hourglass.Serialization.TimerStartInfo timerStartInfo ) : |
Returns a TimerStart for a TimerStartInfo.
|
|
GetEndTime ( System.DateTime startTime ) : System.DateTime |
Returns the end time for a timer started with this TimerStart at a specified time.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
|
ToTimerStartInfo ( ) : Hourglass.Serialization.TimerStartInfo |
Returns the representation of the TimerStart used for XML serialization.
|
|
TryGetEndTime ( System.DateTime startTime, System.DateTime &endTime ) : bool |
Returns the end time for a timer started with this TimerStart at a specified time.
|
Метод | Описание | |
---|---|---|
TimerStart ( Hourglass.Serialization.TimerStartInfo timerStartInfo ) : System |
Initializes a new instance of the TimerStart class.
|
|
TimerStart ( Hourglass.Parsing.TimerStartToken timerStartToken ) : System |
Initializes a new instance of the TimerStart class.
|
public static FromString ( string str ) : |
||
str | string | A string. |
Результат |
public static FromTimerStartInfo ( Hourglass.Serialization.TimerStartInfo timerStartInfo ) : |
||
timerStartInfo | Hourglass.Serialization.TimerStartInfo | A |
Результат |
public GetEndTime ( System.DateTime startTime ) : System.DateTime | ||
startTime | System.DateTime | The time the timer is started. |
Результат | System.DateTime |
public ToTimerStartInfo ( ) : Hourglass.Serialization.TimerStartInfo | ||
Результат | Hourglass.Serialization.TimerStartInfo |
public TryGetEndTime ( System.DateTime startTime, System.DateTime &endTime ) : bool | ||
startTime | System.DateTime | The time the timer is started. |
endTime | System.DateTime | The end time for a timer started with this |
Результат | bool |