Class DateTimeProperty
Represents a date and time property.
Inherited Members
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: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 12, 0, 0)]
public class DateTimeProperty : Property
Remarks
This class is available since v7.12.
Constructors
DateTimeProperty(DateTime)
Initializes a new instance of the DateTimeProperty class.
Declaration
public DateTimeProperty(DateTime inValue)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | inValue | Value. |
Fields
Value
Value.
Declaration
public DateTime Value
Field Value
Type | Description |
---|---|
System.DateTime |
Properties
Type
Gets the property type.
Declaration
public override PropertyType Type { get; }
Property Value
Type | Description |
---|---|
PropertyType |