System::Globalization::Calendar::GetMilliseconds method

Calendar::GetMilliseconds method

Gets milliseconds for the specified time point.

virtual double System::Globalization::Calendar::GetMilliseconds(DateTime time) const
ParameterTypeDescription
timeDateTimeTime and date to extract data from.

ReturnValue

Milliseconds in the time point passed.

See Also