Skip to main content

java.time.format.TextStyle

class java.time.format.TextStyle extends java.lang.Enum

Method Inventory

Parameters

parameter FULL = FULL;
parameter FULLuSTANDALONE = FULL_STANDALONE;
parameter IMPORTTIMESTAMP = 1969-12-31 16:00:00.0;
parameter NARROW = NARROW;
parameter NARROWuSTANDALONE = NARROW_STANDALONE;
parameter SHORT = SHORT;
parameter SHORTuSTANDALONE = SHORT_STANDALONE;

Methods

method asNormal() as %ObjectHandle
method asStandalone() as %ObjectHandle
method isStandalone() as %ObjectHandle
classmethod valueOf(ByRef p0 As %ObjectHandle, ByRef p1 As %ObjectHandle, ByRef p2 As %ObjectHandle) as %ObjectHandle
classmethod values(ByRef p0 As %ObjectHandle) as %ObjectHandle

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab