'宣言 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 )