public interface DateBuilder extends TaggedObject, IComponentBuilder
DateItemBuilder
object that is
contained in the DateItemBuilderList.
Modifier and Type | Method and Description |
---|---|
DateItemBuilder |
createDateItemBuilder()
Create a
DateItemBuilder object that can be stored in
the DateItemList. |
DateItemBuilder |
dateItem()
Returns a
DateItemBuilder object used for simple date and time storage. |
DateItemBuilderList |
dateItemList()
Returns a list of
DateItemBuilder objects used to store a list of dates and times. |
DateItemBuilder |
fromDateItem()
Returns a
DateItemBuilder object used for simple date and time storage. |
DateItemBuilder |
toDateItem()
Returns a
DateItemBuilder object used for simple date and time storage. |
printTestData, printTestData, tag, tagValue
validate
DateItemBuilder createDateItemBuilder() throws NXException, RemoteException
DateItemBuilder
object that can be stored in
the DateItemList.
NXException
RemoteException
DateItemBuilder dateItem() throws NXException, RemoteException
DateItemBuilder
object used for simple date and time storage.
NXException
RemoteException
DateItemBuilder fromDateItem() throws NXException, RemoteException
DateItemBuilder
object used for simple date and time storage. This is
the From date in a From-To range.
NXException
RemoteException
DateItemBuilder toDateItem() throws NXException, RemoteException
DateItemBuilder
object used for simple date and time storage. This is
the To date in a From-To range.
NXException
RemoteException
DateItemBuilderList dateItemList() throws NXException, RemoteException
DateItemBuilder
objects used to store a list of dates and times.
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.