Interface MendixDateTime
-
- All Superinterfaces:
IMendixObjectMember<java.util.Date>
public interface MendixDateTime extends IMendixObjectMember<java.util.Date>
Provides the interface for a Mendix attribute with type Date and Time.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
IMendixObjectMember.MemberState, IMendixObjectMember.MemberValueState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
shouldLocalize()
Returns whether the date and time are represented in the local time zone or not.-
Methods inherited from interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
getMemberValueState, getName, getOriginalValue, getState, getValue, getValueFromString, hasReadAccess, hasWriteAccess, isVirtual, parseValueFromString, parseValueToString, setValue, setValue, toString
-
-