[This is preliminary documentation and is subject to change.]
A Date, with an optional month/day, or an optional month by itself.
| C# | Visual Basic | Visual C++ |
public class PartialDateType : SifKeyedElement
Public Class PartialDateType _ Inherits SifKeyedElement
public ref class PartialDateType : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PartialDateTypePartialDateTypeNew()() |
Creates an instance of a PartialDateType
| |
| PartialDateTypePartialDateTypeNew(String) |
Constructor that accepts values for all mandatory fields
| |
| PartialDateTypePartialDateTypeNew(Nullable<(Of <DateTime>)>) |
Constructor that accepts values for all mandatory fields
| |
| PartialDateTypePartialDateTypeNew(Nullable<(Of <Int32>)>) |
Create a PartialDateType representing the given year
| |
| PartialDateTypePartialDateTypeNew(Nullable<(Of <Int32>)>, Nullable<(Of <Int32>)>) |
Create a PartialDateType representing the given year and month
| |
| PartialDateTypePartialDateTypeNew(Nullable<(Of <Int32>)>, Nullable<(Of <Int32>)>, Nullable<(Of <Int32>)>) |
Create a PartialDateType representing the given year and month
| |
| DataType |
Returns the type of date represented by this partial date instance
| |
| Date |
Returns a DateTime instance with its Year, Month and Day fields set
to the values of this partial date type
| |
| Day |
The Day component of this partial date
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifKeyedElement.KeyFields.) | |
| Month |
The Month component of this partial date
| |
| SetDate(Nullable<(Of <DateTime>)>) |
Sets the date to be used for this PartialDateType
| |
| SetDate(Nullable<(Of <Int32>)>, Nullable<(Of <Int32>)>, Nullable<(Of <Int32>)>) |
Sets the integral components of this partial date instance
| |
| SetDate(Nullable<(Of <Int32>)>, Nullable<(Of <Int32>)>) |
Sets the integral year and month components
| |
| SetField(IElementDef, SifSimpleType) |
Sets the value of this field
(Overrides SifElement.SetField(IElementDef, SifSimpleType).) | |
| SetField(SimpleField) |
Sets the value of this field
(Overrides SifElement.SetField(SimpleField).) | |
| TextValue |
Gets or sets the string value of this field
(Overrides SifElement.TextValue.) | |
| Value |
Gets or sets the value of the <PartialDateType> element.
| |
| Year |
the Year component of this partial date
|
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| PartialDateType | ||||