Show / Hide Table of Contents

Class DaylightSavingsPeriod

Inheritance
System.Object
DataObject
ClarifyDataObject
DaylightSavingsPeriod
Implements
IDataObject
Inherited Members
ClarifyDataObject.GetCommentFieldValue(DataRow)
ClarifyDataObject.CommentFieldName
ClarifyDataObject.ObjectID
DataObject.SetUniqueID(Object)
DataObject.GetFieldValue(String)
DataObject.GetFieldValue(Int32)
DataObject.ContainsColumn(String)
DataObject.GetSafeInt32FieldValue(String)
DataObject.GetSafeInt32FieldValue(String, Dictionary<String, ColumnInfo>, Object[])
DataObject.GetSafeDoubleFieldValue(String)
DataObject.GetSafeDoubleFieldValue(String, Dictionary<String, ColumnInfo>, Object[])
DataObject.GetSafeBooleanFieldValue(String)
DataObject.GetSafeBooleanFieldValue(String, Dictionary<String, ColumnInfo>, Object[])
DataObject.GetSafeStringFieldValue(String)
DataObject.SetFieldValue(String, Object)
DataObject.GetSafeString(Object)
DataObject.UniqueID
DataObject.FieldValues
DataObject.ColumnMap
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify.DataObjects
Assembly: fcSDK.dll
Syntax
public class DaylightSavingsPeriod : ClarifyDataObject, IDataObject

Properties

EndDate

Declaration
public DateTime EndDate { get; }
Property Value
Type Description
System.DateTime

StartDate

Declaration
public DateTime StartDate { get; }
Property Value
Type Description
System.DateTime

Methods

Intersects(DaylightSavingsPeriod)

Declaration
public bool Intersects(DaylightSavingsPeriod input)
Parameters
Type Name Description
DaylightSavingsPeriod input
Returns
Type Description
System.Boolean

IsDateInRange(DateTime)

Declaration
public bool IsDateInRange(DateTime testDate)
Parameters
Type Name Description
System.DateTime testDate
Returns
Type Description
System.Boolean

Implements

IDataObject
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.