CrmDateTime.date Field

banner art

Specifies the date portion of the attribute value.

Syntax

[Visual Basic]
Public Field date As String

[C#]
public string date;

[JScript]
public var date : String;

Remarks

This field is read-only.

See Also

© 2007 Microsoft Corporation. All rights reserved.