Method | Description | |
---|---|---|
Convert ( object o ) : IEnumerable |
Convert an object to a list of numbers.
|
|
Convert ( double val ) : object |
Convert the numeric representation back to the original type.
|
|
DateTimeProperty ( ) : System |
Default constructor.
|
|
DateTimeProperty ( DatePortion portion ) : System |
Constructor.
|
|
DateTimeProperty ( DateTimeFeature features ) : System |
Constructor.
|
|
Equals ( object obj ) : bool |
Equality test
|
|
GetColumns ( ) : IEnumerable |
Retrieve the list of expanded columns. If there is a one-to-one correspondence between the type and its expansion it will return a single value/.
|
|
GetColumns ( DateTimeFeature features ) : IEnumerable |
Retrieve the list of expanded columns. If there is a one-to-one correspondence between the type and its expansion it will return a single value/.
|
|
GetFeatures ( string features ) : DateTimeFeature |
Gets DateTimeFeature enum from enumerated values
|
|
GetHashCode ( ) : int |
Return hash
|
Method | Description | |
---|---|---|
Initialize ( DatePortion portion ) : void |
Initializes this object.
|
public Convert ( object o ) : IEnumerable |
||
o | object | Object. |
return | IEnumerable |
public DateTimeProperty ( DatePortion portion ) : System | ||
portion | DatePortion | The portion. |
return | System |
public DateTimeProperty ( DateTimeFeature features ) : System | ||
features | DateTimeFeature | The features. |
return | System |
public static GetColumns ( DateTimeFeature features ) : IEnumerable |
||
features | DateTimeFeature | Features |
return | IEnumerable |
public static GetFeatures ( string features ) : DateTimeFeature | ||
features | string | string collection of enum values |
return | DateTimeFeature |