System::Globalization::Calendar::GetMinute method

Calendar::GetMinute method

Gets minutes for the specified time point.

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

ReturnValue

Minutes in the time point passed.

See Also