Метод | Описание | |
---|---|---|
ContainsKey ( this This, string key ) : bool | ||
GetKeyValue ( this This ) : KeyValue | ||
GetKeyValue ( this This, IEnumerable |
||
Remove ( this This, string key ) : void | ||
ToUnixTimestamp ( this value ) : int |
Converts a given DateTime into a Unix timestamp
|
|
UnixTimeToDateTime ( this text ) : System.DateTime |
public static ContainsKey ( this This, string key ) : bool | ||
This | this | |
key | string | |
Результат | bool |
public static GetKeyValue ( this This ) : KeyValue | ||
This | this | |
Результат | KeyValue |
public static GetKeyValue ( this This, IEnumerable |
||
This | this | |
pars | IEnumerable |
|
Результат | KeyValue |
public static Remove ( this This, string key ) : void | ||
This | this | |
key | string | |
Результат | void |
public static ToUnixTimestamp ( this value ) : int | ||
value | this | Any DateTime |
Результат | int |
public static UnixTimeToDateTime ( this text ) : System.DateTime | ||
text | this | |
Результат | System.DateTime |