バージョン

ToStringWithStartDateAndTimes メソッド

指定される開始日付に基づいた繰り返しの文字列形式を返します。
シンタックス
'宣言
 
Public Function ToStringWithStartDateAndTimes( _
   ByVal startDate As Nullable(Of Date), _
   ByVal startTime As Nullable(Of Date), _
   ByVal endTime As Nullable(Of Date) _
) As String
public string ToStringWithStartDateAndTimes( 
   Nullable<DateTime> startDate,
   Nullable<DateTime> startTime,
   Nullable<DateTime> endTime
)

パラメータ

startDate
繰り返しの開始日付または null 値。
startTime
繰り返しの各インスタンスの開始時または null 値。
endTime
繰り返しの各インスタンスの終了時または null 値。
参照