次の方法で共有


ConvertTimeZone コンストラクター

 

ConvertTimeZone クラスの新しいインスタンスを初期化します。

名前空間:   Microsoft.Activities.Expressions
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

オーバーロードの一覧

名前 説明
System_CAPS_pubmethod ConvertTimeZone()

ConvertTimeZone クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod ConvertTimeZone(InArgument<DateTime>, InArgument<String>, InArgument<String>)

ConvertTimeZone クラスの新しいインスタンスを初期化します。

参照

ConvertTimeZone クラス
Microsoft.Activities.Expressions 名前空間

トップに戻る

ConvertTimeZone コンストラクター ()

ConvertTimeZone クラスの新しいインスタンスを初期化します。

構文

public ConvertTimeZone()
public:
ConvertTimeZone()
new : unit -> ConvertTimeZone
Public Sub New

トップに戻る

ConvertTimeZone コンストラクター (InArgument<DateTime>, InArgument<String>, InArgument<String>)

ConvertTimeZone クラスの新しいインスタンスを初期化します。

構文

public ConvertTimeZone(
    InArgument<DateTime> input,
    InArgument<string> sourceTimeZone,
    InArgument<string> destinationTimeZone
)
public:
ConvertTimeZone(
    InArgument<DateTime>^ input,
    InArgument<String^>^ sourceTimeZone,
    InArgument<String^>^ destinationTimeZone
)
new : 
        input:InArgument<DateTime> *
        sourceTimeZone:InArgument<string> *
        destinationTimeZone:InArgument<string> -> ConvertTimeZone
Public Sub New (
    input As InArgument(Of Date),
    sourceTimeZone As InArgument(Of String),
    destinationTimeZone As InArgument(Of String)
)

パラメーター

トップに戻る