DateTimeNormalize class

Handles the normalization of date and time.

Inheritance hierarchy

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

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class DateTimeNormalize _
    Inherits InterpretedRule
'Usage
Dim instance As DateTimeNormalize
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
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 namespace