[This is preliminary documentation and is subject to change.]
A date value in SIF format
To use this class, pass a date string to the constructor or set methods in
the format specified by SIF ("YYYYmmdd"). Alternatively, you may pass a
DateTimeinstance. The
ToDate returns the SIF date as a DateTime instance.
| C# | Visual Basic | Visual C++ |
public class SifDate : AdkDataType<Nullable<DateTime>>
Public Class SifDate _ Inherits AdkDataType(Of Nullable(Of DateTime))
public ref class SifDate : public AdkDataType<Nullable<DateTime>>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| SifDateSifDateNew(Nullable<(Of <DateTime>)>) | Constructs a SifDate object from a DateTime object | |
| SifDateSifDateNew(String) | Obsolete.
Creates an instance of SifDate with the specified SIF 1.x date string value (deprecated)
| |
| ParseSifDateString(String, SifVersion) |
Parse a SIFDate string, using the appropriate format for the specified version of SIF
| |
| ToDate()() |
| Object | |||
| SifSimpleType | |||
| AdkDataType<(Of <Nullable<(Of <DateTime>)>>)> | |||
| SifDate | |||