DateUtils.MilliSecondOfTheWeek
From RAD Studio VCL Reference
Contents |
Delphi Information
From DateUtils.pas
function MilliSecondOfTheWeek(const AValue: TDateTime): Cardinal;
Unit: DateUtils
Type: function
Visibility: public
C++ Information
From DateUtils.hpp
unsigned int __fastcall MilliSecondOfTheWeek(System::TDateTime AValue);
Unit: DateUtils
Type: function
Description
Returns the number of milliseconds between a specified TDateTime value and 12:00:00:00 A.M. of the first day of the week.
Call MilliSecondOfTheWeek to obtain the number of milliseconds between AValue and 12:00:00:00 A.M. on Monday of the week that includes AValue.
Note: MilliSecondOfTheWeek defines the week of AValue according to the ISO 8601 standard. That is, the week starts on Monday and ends on Sunday.
See Also
Code Samples