バージョン

GetWorkingHours(Resource,DateTime) メソッド

指定したリソースについて date パラメーターで指定した日の稼働時間を取得します。
シンタックス
'宣言
 
Public Function GetWorkingHours( _
   ByVal resource As Resource, _
   ByVal date As Date _
) As WorkingHoursCollection
public WorkingHoursCollection GetWorkingHours( 
   Resource resource,
   DateTime date
)

パラメータ

resource
どのリソースの稼働時間を取得するかを指定します。
date
どの日について稼働時間を取得するかを指定します。

戻り値の型

稼働時間を含む WorkingHoursCollection インスタンス。指定した日が稼働日でない場合は null。
参照