Interface MendixDateTime
- All Superinterfaces:
IMendixObjectMember<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
Modifier and TypeMethodDescriptionboolean
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
-
Method Details
-
shouldLocalize
boolean shouldLocalize()Returns whether the date and time are represented in the local time zone or not.- Returns:
- true if the date and time is in the local time zone; false if it is UTC
-