Метод | Описание | |
---|---|---|
AdjustToTimeZone ( DateTime date ) : DateTime |
Adjusts the date to the context's current time zone as defined by the current TextManager
|
|
AdjustToTimeZone ( DateTime date, TimeZoneInfo timeZoneInfo ) : DateTime |
Adjusts the date to the TimeZoneInfo specified
|
|
AdjustToTimeZone ( this date ) : System.DateTime |
Adjusts the date to the context's current time zone as defined by the current TextManager
|
|
AdjustToTimeZone ( this date, |
Adjusts the date to the TimeZoneInfo specified
|
public static AdjustToTimeZone ( DateTime date ) : DateTime | ||
date | DateTime | The date. |
Результат | DateTime |
public static AdjustToTimeZone ( DateTime date, TimeZoneInfo timeZoneInfo ) : DateTime | ||
date | DateTime | The date. |
timeZoneInfo | TimeZoneInfo | The time zone info. |
Результат | DateTime |
public static AdjustToTimeZone ( this date ) : System.DateTime | ||
date | this | The date. |
Результат | System.DateTime |
public static AdjustToTimeZone ( this date, |
||
date | this | The date. |
timeZoneInfo | The time zone info. | |
Результат | System.DateTime |