CrmDateTime Class (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Represents a date/time attribute in an entity.
The CrmDateTime class exposes the following members.
| Constructor | Description |
| CrmDateTime | Initializes a new instance of the CrmDateTime class. |
| Property | Description |
| date | Gets the date portion of the attribute value. |
| IsNull | Gets or sets a value that indicates whether the property value is a null value. |
| IsNullSpecified | Gets or sets a value that indicates whether you are intentionally setting the attribute to a null value. |
| time | Gets the time portion of the attribute value. |
| Value | Gets or sets the attribute value in UTC format. |
Remarks
A CrmDateTime value can represent either local time or can be UTC based. For more information, see the Value property.
Requirements
Namespace: CrmService
See Also
Concepts
Reference
© 2010 Microsoft Corporation. All rights reserved.
