Class FieldInfoDate
Date custom database field. Time component is ignored.
Carrier object for FieldInfoDate. Services for the FieldInfoDate Carrier is available from the UserDefinedFieldInfo Agent.Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class FieldInfoDate : FieldInfoBase
Constructors
FieldInfoDate()
Default constructor
Declaration
public FieldInfoDate()
See Also
Properties
DefaultValue
Default Date value
Declaration
[DataMember]
public virtual DateTime DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
IsDefaultNow
Should the current date be the default?
Declaration
[DataMember]
public virtual bool IsDefaultNow { get; set; }
Property Value
Type | Description |
---|---|
bool |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The carrier contents. |
Overrides
See Also
ToString(string)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public override string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
string | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
string | The carrier contents. |