DATETIME

Definition

DATETIME [id]
{
  [Common flags]
  [TIME_CONTROL;]
  [DATE_CONTROL;]
  [NOW_BUTTON;]
  [NO_SECONDS;]
  [SHOW_LABELS;]
}

Description

Represents DateTimeData objects in a container. Rendered with DateTimeControl as a selector for a date and/or a time.

Flags

TIME_CONTROL;Show the time part.
DATE_CONTROL;Show the date part.
NOW_BUTTON;Add the "Now" button.
NO_SECONDS;Hide the seconds.
SHOW_LABELS;Show the "Date" and "Time" labels if the GUI is collapsed.

Example

DATETIME SKY_DATE_TIME { PARENTCOLLAPSE; NOW_BUTTON; ANIM MIX; OPEN; }
MIX
Mix operation on Fog VolumeObjects.
Definition: ge_prepass.h:11
OPEN
Problems opening the file.
Definition: ge_prepass.h:1
@ SKY_DATE_TIME
Definition: oskyshader.h:54

Further Reading