Changes the specified System.DateTime object and returns a new System.DateTime.
public static DateTime ChangeTime(
DateTime dateTime,
int hours,
int minutes,
int seconds,
int milliseconds
)
Public Shared Function ChangeTime(
ByVal dateTime As Date,
ByVal hours As Integer,
ByVal minutes As Integer,
ByVal seconds As Integer,
ByVal milliseconds As Integer
) As Date
public:
static System::DateTime ChangeTime(
System::DateTime dateTime,
int hours,
int minutes,
int seconds,
int milliseconds
)
dateTime
The input System.DateTime.
hours
The new hours value.
minutes
The new minutes value.
seconds
The new seconds value.
milliseconds
The new milliseconds value.
System.DateTime object.
This will keep the same date as the input date and use as the time the specified hours, minutes, seconds, and milliseconds.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document