SIFWorks ADK 2.0
SifDate Class
NamespacesEdustructures.SifWorksSifDate

[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.
Declaration Syntax
C#Visual BasicVisual C++
public class SifDate : AdkDataType<Nullable<DateTime>>
Public Class SifDate _
	Inherits AdkDataType(Of Nullable(Of DateTime))
public ref class SifDate : public AdkDataType<Nullable<DateTime>>
Members
All MembersConstructorsMethods



IconMemberDescription
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)

static memberParseSifDateString(String, SifVersion)
Parse a SIFDate string, using the appropriate format for the specified version of SIF

ToDate()()
Inheritance Hierarchy
Object
SifSimpleType
 AdkDataType<(Of <Nullable<(Of <DateTime>)>>)>
  SifDate

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10