DateTimeNormalize Class

Represents an interpretation rule for specifying how the DateTime value coming from the external system should be evaluated for time zones.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.SharePoint.BusinessData.Infrastructure.Client.InterpretedRule
      Microsoft.SharePoint.BusinessData.Infrastructure.Client.DateTimeNormalize

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public NotInheritable Class DateTimeNormalize _
    Inherits InterpretedRule
'Usage
Dim instance As DateTimeNormalize
public sealed class DateTimeNormalize : InterpretedRule

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DateTimeNormalize Members

Microsoft.SharePoint.BusinessData.Infrastructure.Client Namespace