CrmDateTime Class

banner art

Represents a date/time attribute in an entity that is a subclass of BusinessEntity.

The CrmDateTime class exposes the following members.

Constructor Description
CrmDateTime Initializes a new instance of the CrmDateTime class.
Field Description
date Specifies the date portion of the attribute value.
time Specifies the time portion of the attribute value.
Value Specifies the attribute value in UTC format.

Remarks

A CrmDateTime value can represent either local time or can be UTC based. See Value.

See Also

© 2007 Microsoft Corporation. All rights reserved.