Using C#, I need to convert incoming datetime values into UTC. I know there is functionality in .NET for these conversions but all I have to identify the timezone is the sta
DateTime.ToUniversalTime Method
Or
DateTime.UtcNow Property