共用方式為


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)
)

參數

回到頁首