Version

GetLocal Method (ProjectTask)

Returns the DateTime for the specified property relative to the specified Infragistics.Controls.Schedules.TimeZoneToken
Syntax
'Declaration
 
Public Function GetLocal( _
   ByVal dateProperty As ProjectTaskDateProperty, _
   ByVal token As Infragistics.Controls.Schedules.TimeZoneToken _
) As Nullable(Of Date)
public Nullable<DateTime> GetLocal( 
   ProjectTaskDateProperty dateProperty,
   Infragistics.Controls.Schedules.TimeZoneToken token
)

Parameters

dateProperty
Enumeration used to identify the property whose value is to be returned relative to the specified timezone indicated by the token parameter.
token
The timezone token that identifies the timezone for which the relative date is being requested.

Return Value

Returns the local time for the specified date property relative to the timezone specified by the token.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProjectTask Class
ProjectTask Members
TimeZoneInfoProvider Property
Infragistics.Controls.Schedules.TimeZoneInfoProvider.GetTimeZoneToken(System.String)