DateTimeUtil.applyTimeZoneOffsetRange(QueryBuildRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the time zone offset to the range.
public:
static System::String ^ applyTimeZoneOffsetRange(Dynamics::AX::Application::QueryBuildRange ^ _range);
public static string applyTimeZoneOffsetRange (Dynamics.AX.Application.QueryBuildRange _range);
static member applyTimeZoneOffsetRange : Dynamics.AX.Application.QueryBuildRange -> string
Public Shared Function applyTimeZoneOffsetRange (_range As QueryBuildRange) As String
Parameters
- _range
- QueryBuildRange
Returns
The new date/time range value.