PowerTools PlusPak for Windows Forms 8.0J
ToDateTimeEx メソッド

変換の対象となるDateTimeの値
生成するDateTimeExのカルチャ
DateTime型の値を特定のカルチャ(System.Globalization.CultureInfo)のDateTimeEx型に変換します。
構文
Public Shared Function ToDateTimeEx( _
   ByVal date As String, _
   ByVal culture As CultureInfo _
) As DateTimeEx
public static DateTimeEx ToDateTimeEx( 
   string date,
   CultureInfo culture
)

パラメータ

date
変換の対象となるDateTimeの値
culture
生成するDateTimeExのカルチャ

戻り値の型

指定したDateTimeと等価なDateTimeEx
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

DateTimeEx クラス
DateTimeEx メンバ

Send Feedback