System.Activities System.Activities.Statements System.Activities.Expressions System.Activities.Validation System.Activities.XamlIntegration Microsoft.VisualBasic Microsoft.VisualBasic.Activities System System.Collections System.Collections.Generic System.Data System.Diagnostics System.Drawing System.IO System.Linq System.Net.Mail System.Xml System.Xml.Linq UiPath.Core UiPath.Core.Activities System.Windows.Markup System.Runtime.Serialization System.Collections.ObjectModel System.Activities.DynamicUpdate System.ComponentModel System.Xml.Serialization UiPath.DataTableUtilities System.Activities Microsoft.VisualBasic mscorlib System.Data System System.Drawing System.Core System.Xml System.Xml.Linq PresentationFramework WindowsBase PresentationCore System.Xaml UiPath.System.Activities UiPath.UiAutomation.Activities System.Data.DataSetExtensions System.Runtime.Serialization True True [row("開始日時")] [CDate(row("日付").ToString).AddHours(CInt(row("開始時間").ToString.Substring(0, row("開始時間").ToString.IndexOf(":"))))] [row("終了日時")] [CDate(row("日付").ToString ).AddHours(CInt(row("終了時間").ToString.Substring(0, row("終了時間").ToString.IndexOf(":"))) ).AddMinutes(CInt(row("終了時間").ToString.Substring(row("終了時間").ToString.IndexOf(":") + 1)))] True