RoundTo Enumeration

 

Applies To: Dynamics CRM 2015

Enumerations used for rounding date/time values. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public enum RoundTo
public enum class RoundTo
type RoundTo
Public Enumeration RoundTo

Members

Member name Description
Day

Round to the day. Value = 3.

Hour

Round to the hour. Value = 2.

Minute

Round to the minute. Value = 1.

Month

Round to the month. Value = 4.

Second

Round to the second. Value = 0.

SerializeByJson(IEnumerable<Type>)

Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.)

See Also

Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright