Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

spedas/gui/objects/

spd_ui_time__define.pro


NAME: spd_ui_time__define PURPOSE: generic time object CALLING SEQUENCE: To Create: myTimeObj = Obj_New("SPD_UI_TIME") To Use: data = myDataObj->GetAll() INPUT: optional - can provide a time value double, string, or epoch defaults to current time tDouble tString tEpoch OUTPUT: data object METHODS: UpdateStructure GetStructure GetAll SetProperty GetProperty HISTORY: $LastChangedBy: jimm $ $LastChangedDate: 2014-02-11 10:54:32 -0800 (Tue, 11 Feb 2014) $ $LastChangedRevision: 14326 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/objects/spd_ui_time__define.pro $

Class description for SPD_UI_TIME

Properties

Properties in SPD_UI_TIME

DOW get
DOY get
DST get
Date get
DayNum get
Debug init
FSec get
Hour get
Min get
Month get
SOD get
Sec get
TDiff get
TDouble get set init
TEpoch get set
TString get set init
TZone get
Year get
_Extra init

Fields

Fields in SPD_UI_TIME

DATE 0S
DAYNUM 0L
DEBUG 0S
DOW 0S
DOY 0S
DST 0S
FSEC 0S
HOUR 0S
MIN 0S
MONTH 0S
SEC 0S
SOD 0S
TDIFF 0.00000
TDOUBLE 0.0000000D
TEPOCH 0.0000000D
TSTRING ''
TZONE 0S
YEAR 0S

Routines

Routines from spd_ui_time__define.pro

result = SPD_UI_TIME::Copy()
SPD_UI_TIME::UpdateStructure
SPD_UI_TIME::SetProperty, TDouble=TDouble, TString=TString, TEpoch=TEpoch
result = SPD_UI_TIME::GetStructure()
result = SPD_UI_TIME::IsValid(TString=TString, TDouble=TDouble)
result = SPD_UI_TIME::GetAll()
SPD_UI_TIME::GetProperty, TDouble=TDouble, TString=TString, TEpoch=TEpoch, Year=Year, Month=Month, Date=Date, Hour=Hour, Min=Min, Sec=Sec, FSec=FSec, DayNum=DayNum, DOY=DOY, DOW=DOW, SOD=SOD, DST=DST, TZone=TZone, TDiff=TDiff
result = SPD_UI_TIME::Init(TDouble=TDouble, TString=TString, Debug=Debug, _Extra=_Extra)
SPD_UI_TIME__DEFINE

Routine details

top source SPD_UI_TIME::Copy

result = SPD_UI_TIME::Copy()

top source SPD_UI_TIME::UpdateStructure

SPD_UI_TIME::UpdateStructure

top source SPD_UI_TIME::SetProperty

SPD_UI_TIME::SetProperty, TDouble=TDouble, TString=TString, TEpoch=TEpoch

Keywords

TDouble
TString
TEpoch

top source SPD_UI_TIME::GetStructure

result = SPD_UI_TIME::GetStructure()

top source SPD_UI_TIME::IsValid

result = SPD_UI_TIME::IsValid(TString=TString, TDouble=TDouble)

Keywords

TString
TDouble

top source SPD_UI_TIME::GetAll

result = SPD_UI_TIME::GetAll()

top source SPD_UI_TIME::GetProperty

SPD_UI_TIME::GetProperty, TDouble=TDouble, TString=TString, TEpoch=TEpoch, Year=Year, Month=Month, Date=Date, Hour=Hour, Min=Min, Sec=Sec, FSec=FSec, DayNum=DayNum, DOY=DOY, DOW=DOW, SOD=SOD, DST=DST, TZone=TZone, TDiff=TDiff

Keywords

TDouble
TString
TEpoch
Year
Month
Date
Hour
Min
Sec
FSec
DayNum
DOY
DOW
SOD
DST
TZone
TDiff

top source SPD_UI_TIME::Init

result = SPD_UI_TIME::Init(TDouble=TDouble, TString=TString, Debug=Debug, _Extra=_Extra)

Keywords

TDouble
TString
Debug
_Extra

top source SPD_UI_TIME__DEFINE

SPD_UI_TIME__DEFINE

File attributes

Modification date: Thu Feb 13 16:41:40 2014
Lines: 167