Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public static DateTime ConvertFromUTC( DateTime dt, string offset, bool DST_mistmatch ) |
Visual Basic |
---|
Public Shared Function ConvertFromUTC ( _ dt As DateTime, _ offset As String, _ DST_mistmatch As Boolean _ ) As DateTime |
Visual C++ |
---|
public: static DateTime ConvertFromUTC( DateTime dt, String^ offset, bool DST_mistmatch ) |
Parameters
- dt
- Type: System..::..DateTime
- offset
- Type: System..::..String
- DST_mistmatch
- Type: System..::..Boolean