Share via


SPTimeZoneInformation constructor

Initializes a new instance of the SPTimeZoneInformation structure.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.Int32

    A 32-bit integer that specifies the bias in the number of minutes that the time zone differs from Coordinated Universal Time (UTC).

  • iStandardBias
    Type: System.Int32

    A 32-bit integer that specifies the bias in the number of minutes that standard time for the time zone differs from UTC

  • iDaylightBias
    Type: System.Int32

    A 32-bit integer that specifies the bias in the number of minutes that dayllight time for the time zone differs from UTC.

See also

Reference

SPTimeZoneInformation structure

SPTimeZoneInformation members

Microsoft.SharePoint namespace