Compartir a través de


ExDateTime.CreatedNormalizedExDateTime Method

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public Shared Function CreatedNormalizedExDateTime ( _
    timeZone As ExTimeZone, _
    universalTime As DateTime, _
    bias As TimeSpan _
) As ExDateTime
'Usage
Dim timeZone As ExTimeZone
Dim universalTime As DateTime
Dim bias As TimeSpan
Dim returnValue As ExDateTime

returnValue = ExDateTime.CreatedNormalizedExDateTime(timeZone, _
    universalTime, bias)
public static ExDateTime CreatedNormalizedExDateTime(
    ExTimeZone timeZone,
    DateTime universalTime,
    TimeSpan bias
)

Parameters