Class FieldInfoTime
Time custom database field. Date value is ignored.
Carrier object for FieldInfoTime. Services for the FieldInfoTime Carrier is available from the IUserDefinedFieldInfoAgent.Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class FieldInfoTime : FieldInfoBase
Constructors
FieldInfoTime()
Default constructor
Declaration
public FieldInfoTime()
See Also
Properties
DefaultValue
Default Time value
Declaration
public virtual DateTime DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
IsDefaultNow
Should the current date + time be the default?
Declaration
public virtual bool IsDefaultNow { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
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. |