Method | Description | |
---|---|---|
Parse ( string text ) : System.DateTime | ||
TryParse ( string text, System.DateTime &result ) : bool |
Method | Description | |
---|---|---|
ResultingTime ( int amount, string unit ) : System.DateTime |
public Parse ( string text ) : System.DateTime | ||
text | string | |
return | System.DateTime |
public TryParse ( string text, System.DateTime &result ) : bool | ||
text | string | |
result | System.DateTime | |
return | bool |