Метод | Описание | |
---|---|---|
ToISO8601 ( this dt, double hourShift ) : string |
Converts string DateTime to ISO8601 format 2014-09-01T09:10:11.000Z
|
|
ToYear ( this year ) : int? |
public static ToISO8601 ( this dt, double hourShift ) : string | ||
dt | this | DateTime as string |
hourShift | double | Number of hours to shift original time |
Результат | string |
public static ToYear ( this year ) : int? | ||
year | this | |
Результат | int? |