'宣言 Public Overloads Overridable Function FormatDateRange( _ ByVal start As Date, _ ByVal end As Date, _ ByVal relativeDate As Date, _ ByVal includeStart As Boolean, _ ByVal includeEnd As Boolean _ ) As String
public virtual string FormatDateRange( DateTime start, DateTime end, DateTime relativeDate, bool includeStart, bool includeEnd )
注: 開始および終了時間が RelativeDate で同じ日の場合、時間部分のみ書式付き文字列で返されます。短い曜日のみ含まれ、開始と終了の間が 7 日以上ある場合日付も含まれます。