Vuo  2.3.2
Macros | Enumerations | Functions
VuoTimeFormat

Description

How to format a Date-Time.

Enumerations

enum  VuoTimeFormat {
  VuoTimeFormat_DateTimeSortable , VuoTimeFormat_DateTimeShort12 , VuoTimeFormat_DateTimeShort24 , VuoTimeFormat_DateTimeMedium12 ,
  VuoTimeFormat_DateTimeMedium24 , VuoTimeFormat_DateTimeLong12 , VuoTimeFormat_DateTimeLong24 , VuoTimeFormat_DateShort ,
  VuoTimeFormat_DateMedium , VuoTimeFormat_DateLong , VuoTimeFormat_Time12 , VuoTimeFormat_Time24
}
 How to format a Date-Time. More...
 

Functions

VuoTimeFormat VuoTimeFormat_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoTimeFormat_getJson (const VuoTimeFormat value)
 Encodes value as a JSON object. More...
 
VuoList_VuoTimeFormat VuoTimeFormat_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoTimeFormat_getSummary (const VuoTimeFormat value)
 Returns a compact string representation of value. More...
 
bool VuoTimeFormat_areEqual (const VuoTimeFormat valueA, const VuoTimeFormat valueB)
 Returns true if the two values are equal. More...
 
bool VuoTimeFormat_isLessThan (const VuoTimeFormat valueA, const VuoTimeFormat valueB)
 Returns true if valueA is less than valueB. More...
 
VuoTimeFormat VuoTimeFormat_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoTimeFormat_getString (const VuoTimeFormat value)
 Automatically generated function. More...
 
void VuoTimeFormat_retain (VuoTimeFormat value)
 Automatically generated function. More...
 
void VuoTimeFormat_release (VuoTimeFormat value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoTimeFormat

How to format a Date-Time.

Definition at line 28 of file VuoTimeFormat.h.

Function Documentation

◆ VuoTimeFormat_areEqual()

bool VuoTimeFormat_areEqual ( const VuoTimeFormat  valueA,
const VuoTimeFormat  valueB 
)

Returns true if the two values are equal.

Definition at line 163 of file VuoTimeFormat.c.

◆ VuoTimeFormat_getAllowedValues()

VuoList_VuoTimeFormat VuoTimeFormat_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Definition at line 107 of file VuoTimeFormat.c.

◆ VuoTimeFormat_getJson()

struct json_object* VuoTimeFormat_getJson ( const VuoTimeFormat  value)

Encodes value as a JSON object.

Definition at line 74 of file VuoTimeFormat.c.

◆ VuoTimeFormat_getString()

char* VuoTimeFormat_getString ( const VuoTimeFormat  value)

Automatically generated function.

◆ VuoTimeFormat_getSummary()

char* VuoTimeFormat_getSummary ( const VuoTimeFormat  value)

Returns a compact string representation of value.

Definition at line 128 of file VuoTimeFormat.c.

◆ VuoTimeFormat_isLessThan()

bool VuoTimeFormat_isLessThan ( const VuoTimeFormat  valueA,
const VuoTimeFormat  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 171 of file VuoTimeFormat.c.

◆ VuoTimeFormat_makeFromJson()

VuoTimeFormat VuoTimeFormat_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"D_FMT T_FMT"

Definition at line 37 of file VuoTimeFormat.c.

◆ VuoTimeFormat_makeFromString()

VuoTimeFormat VuoTimeFormat_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoTimeFormat_release()

void VuoTimeFormat_release ( VuoTimeFormat  value)

Automatically generated function.

◆ VuoTimeFormat_retain()

void VuoTimeFormat_retain ( VuoTimeFormat  value)

Automatically generated function.