GetMilliseconds()

Calendar::GetMilliseconds(DateTime) const method

Gets milliseconds for the specified time point.

virtual double System::Globalization::Calendar::GetMilliseconds(DateTime time) const

Arguments

ParameterTypeDescription
timeDateTimeTime and date to extract data from.

Return Value

Milliseconds in the time point passed.

See Also