共用方式為


ConvertTimeZone 類別

 

用來轉換輸入 TimeZone 為基礎的日期時間的活動。

命名空間:   Microsoft.Activities.Expressions
組件:  Microsoft.Activities (於 Microsoft.Activities.dll)

繼承階層

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Activities.Expressions.ConvertTimeZone

語法

public sealed class ConvertTimeZone : CodeActivity<DateTime>
public ref class ConvertTimeZone sealed : CodeActivity<DateTime>
[<Sealed>]
type ConvertTimeZone = 
    class
        inherit CodeActivity<DateTime>
    end
Public NotInheritable Class ConvertTimeZone
    Inherits CodeActivity(Of Date)

建構函式

名稱 描述
System_CAPS_pubmethod ConvertTimeZone()

初始化的新執行個體 ConvertTimeZone 類別。

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

初始化的新執行個體 ConvertTimeZone 類別。

屬性

名稱 描述
System_CAPS_protproperty CacheId

(繼承自 Activity。)

System_CAPS_pubproperty DestinationTimeZone

取得或設定目標時區。

System_CAPS_pubproperty DisplayName

(繼承自 Activity。)

System_CAPS_pubproperty Id

(繼承自 Activity。)

System_CAPS_protproperty ImplementationVersion

(繼承自 CodeActivity<TResult>。)

System_CAPS_pubproperty Input

取得或設定輸入的日期時間。

System_CAPS_pubproperty Result

(繼承自 Activity<TResult>。)

System_CAPS_pubproperty ResultType

(繼承自 ActivityWithResult。)

System_CAPS_pubproperty SourceTimeZone

取得或設定來源時區。

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_pubmethod ToString()

(繼承自 Activity。)

執行緒安全

此類型的任何 public static (在 Visual Basic 中 共用 在 Visual Basic 中) 成員皆為安全執行緒。不保證任何執行個體成員為安全執行緒。

另請參閱

Microsoft.Activities.Expressions 命名空間

回到頁首