The AddMinutes method in C# is part of the System.DateTime class and is used to add a specific number of minutes to a given DateTime object. This method returns a new DateTime object that represents the original date and time with the specified number of minutes added to it.
C# (CSharp) System DateTime.AddMinutes - 60 examples found. These are the top rated real world C# (CSharp) examples of System.DateTime.AddMinutes extracted from open source projects. You can rate examples to help us improve the quality of examples.