Creates date span data model values from two reference date values. Today's date is used if only one reference date value is specified. This initializer can be used to initializer the year span between two dates, such as when computing the age of a person, or a lapse of days between two dates.
For a list of all members of this type, see DateSpanInitializer Members.
System.Object
Portrate.Interview.Model.Init.AbstractInitializer
Portrate.Interview.Model.Init.DateSpanInitializer
[Visual Basic] Public Class DateSpanInitializer Inherits AbstractInitializer [C#] public class DateSpanInitializer : AbstractInitializer [C++] public __gc class DateSpanInitializer : public AbstractInitializer [JScript] public class DateSpanInitializer extends AbstractInitializer
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Portrate.Interview.Model.Init
Assembly: Portrate.Interview (in Portrate.Interview.dll)
DateSpanInitializer Members | Portrate.Interview.Model.Init Namespace