SIFWorks ADK 2.0
SifTime Class
NamespacesEdustructures.SifWorksSifTime

[This is preliminary documentation and is subject to change.]

A SIF Time value. SifTime extends the Edustructures.SifWorks.Common.Time class that encapsulates SIF Time elements in SIF Data Objects. An instance of this class can be used whenever a parameter of that type is passed to a SIF Data Object class. SifTime adds methods to set and get SIF Time values using the standard .Net DateTime class
Declaration Syntax
C#Visual BasicVisual C++
public class SifTime : AdkDataType<Nullable<DateTime>>
Public Class SifTime _
	Inherits AdkDataType(Of Nullable(Of DateTime))
public ref class SifTime : public AdkDataType<Nullable<DateTime>>
Members
All MembersConstructors



IconMemberDescription
SifTimeSifTimeNew(Nullable<(Of <DateTime>)>)
Inheritance Hierarchy
Object
SifSimpleType
 AdkDataType<(Of <Nullable<(Of <DateTime>)>>)>
  SifTime

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