SPTimeZoneInformation Constructor
Initializes a new instance of the SPTimeZoneInformation structure.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
iBias As Integer, _
stStandardDate As SPSystemTime, _
iStandardBias As Integer, _
stDaylightDate As SPSystemTime, _
iDaylightBias As Integer _
)
'Usage
Dim iBias As Integer
Dim stStandardDate As SPSystemTime
Dim iStandardBias As Integer
Dim stDaylightDate As SPSystemTime
Dim iDaylightBias As Integer
Dim instance As New SPTimeZoneInformation(iBias, stStandardDate, _
iStandardBias, stDaylightDate, iDaylightBias)
public SPTimeZoneInformation(
int iBias,
SPSystemTime stStandardDate,
int iStandardBias,
SPSystemTime stDaylightDate,
int iDaylightBias
)
Parameters
iBias
Type: System.Int32A 32-bit integer that specifies the bias in the number of minutes that the time zone differs from Coordinated Universal Time (UTC).
stStandardDate
Type: Microsoft.SharePoint.SPSystemTimeA Microsoft.SharePoint.SPSystemTime structure that contains the date on which standard time begins for the time zone.
iStandardBias
Type: System.Int32A 32-bit integer that specifies the bias in the number of minutes that standard time for the time zone differs from UTC
stDaylightDate
Type: Microsoft.SharePoint.SPSystemTimeA Microsoft.SharePoint.SPSystemTime structure that contains the date on which daylight time begins for the time zone.
iDaylightBias
Type: System.Int32A 32-bit integer that specifies the bias in the number of minutes that dayllight time for the time zone differs from UTC.