ArcGIS API for WPF - Library Reference
Offset Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > TimeExtent Class : Offset Method

offset
The offset.
Returns a new time extent with the given offset from "this" time extent.

Syntax

Visual Basic (Declaration) 
Public Function Offset( _
   ByVal offset As TimeSpan _
) As TimeExtent
C# 
public TimeExtent Offset( 
   TimeSpan offset
)

Parameters

offset
The offset.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.