time Class


Properties Properties of the class
Methods All Methods of the class ordered by category.
Examples Some constructor examples

Back to Class descriptions Back to Class descriptions

Properties

Public Properties Public means that all clients can access the member by its name.
Private Properties Private restricts the access to the class itself. Only methods that are part of the same class can access private members.

Back to Top Back to Top

Public Properties

Properties Description

name

Name of time (TIME) object

utc_epoch_milli

Unix epoch time in milliseconds. The underlying timezone is UTC

timezone

Timezone of the current time

timeformat

Time format of the current time

Private Properties

Properties Description

time_str

Time string depending on the unix epoch time and time format

plist

The parameter list object which creates TIME object

version

CVS version string of the constructor

created

Time string which stores the creation time of the TIME object

Methods

Constructor Constructor of this class
Helper Helper functions only for internal usage
Internal Internal functions only for internal usage
Output Output functions

Back to Top Back to Top

Constructor

Methods Description

time

TIME time object class constructor.

Back to Top of Section Back to Top of Section

Helper

Methods Description

get

GET get time properties.

isfield

ISFIELD tests if the given field is one of the object properties.

isvalid

ISVALID tests if the given time has all the correct fields of the correct type.

set

SET set time properties.

string

STRING writes a command string that can be used to recreate the input time object.

Back to Top of Section Back to Top of Section

Internal

Methods Description

subsasgn

SUBSASGN define index assignment for time properties.

subsref

SUBSREF Define field name indexing for time objects.

Back to Top of Section Back to Top of Section

Output

Methods Description

char

CHAR convert a time object into a string.

display

DISPLAY overloads display functionality for time objects.

format

FORMAT Returns the time in the handover format.

save

SAVE a time object to file.

Back to Top of Section Back to Top of Section




©LTP Team