Converts this dateTime to UTC
Namespace: MomentSharpAssembly: MomentSharp (in MomentSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static DateTime ToUTC(
this DateTime dateTime,
string fromTimeZoneId
)
<ExtensionAttribute>
Public Shared Function ToUTC (
dateTime As DateTime,
fromTimeZoneId As String
) As DateTime
public:
[ExtensionAttribute]
static DateTime ToUTC(
DateTime dateTime,
String^ fromTimeZoneId
)
[<ExtensionAttribute>]
static member ToUTC :
dateTime : DateTime *
fromTimeZoneId : string -> DateTime
Parameters
- dateTime
- Type: SystemDateTime
this DateTime - fromTimeZoneId
- Type: SystemString
For valid parameters see TimeZoneInfo.GetSystemTimeZones()
Return Value
Type:
DateTimeDateTime(Moment, Boolean)Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DateTime. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also