共用方式為


CreateTimeSpan 建構函式

 

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

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

多載清單

名稱 描述
System_CAPS_pubmethod CreateTimeSpan()

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

System_CAPS_pubmethod CreateTimeSpan(InArgument<Double>, InArgument<Double>, InArgument<Double>, InArgument<Double>)

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

請參閱

CreateTimeSpan 類別
Microsoft.Activities.Expressions 命名空間

回到頁首

CreateTimeSpan 建構函式 ()

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

語法

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

回到頁首

CreateTimeSpan 建構函式 (InArgument<Double>, InArgument<Double>, InArgument<Double>, InArgument<Double>)

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

語法

public CreateTimeSpan(
    InArgument<double> days,
    InArgument<double> hours,
    InArgument<double> minutes,
    InArgument<double> seconds
)
public:
CreateTimeSpan(
    InArgument<double>^ days,
    InArgument<double>^ hours,
    InArgument<double>^ minutes,
    InArgument<double>^ seconds
)
new : 
        days:InArgument<float> *
        hours:InArgument<float> *
        minutes:InArgument<float> *
        seconds:InArgument<float> -> CreateTimeSpan
Public Sub New (
    days As InArgument(Of Double),
    hours As InArgument(Of Double),
    minutes As InArgument(Of Double),
    seconds As InArgument(Of Double)
)

參數

回到頁首