Skip to main content

Class FieldInfoTimeSpan

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for FieldInfoTimeSpan. Timespan custom database field. Number of minutes, represented as days/hours/minutes.

Inheritance

objectFieldInfoBaseFieldInfoTimeSpan

Inherited Members

FieldInfoBase.FieldType_String, FieldInfoBase.FieldType, FieldInfoBase.FieldName, FieldInfoBase.DisplayName, FieldInfoBase.Description, FieldInfoBase.ShortLabel, FieldInfoBase.HideLabel, FieldInfoBase.HideField, FieldInfoBase.IsIndexed, FieldInfoBase.IsMandatory, FieldInfoBase.IsReadOnly, FieldInfoBase.IsExternal, FieldInfoBase.IsDisplayField, FieldInfoBase.Rank, FieldInfoBase.TemplateVariableName, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

FieldInfoTimeSpan()

Default constructor - defaults any enum props to 0.

Properties

DefaultValue

Default Timespan value - number of minutes.

Property Value

int

MaxNum

Maximum number for the largest unit in the time-span

Property Value

int

UseDays

Should the time-span be counted in days?

Property Value

bool

UseHours

Should the time-span be counted in hours?

Property Value

bool

UseMinutes

Should the time-span be counted in minutes?

Property Value

bool

See Also

UserDefinedFieldInfoAgent