LogoLogo
Version 4
Version 4
  • Version 4
  • Welcome to Flying Logic 4
  • 📖Flying Logic Resources
  • Recommended Reading
  • Flying Logic 4 User Guide
    • 🏁Getting Started
    • 🚀What's New
    • 🗞️Subscribing
    • 📖Reader Mode
    • 📄The Document Window
    • ☑️Constructing Graphs
    • 🤖Graph Logic
    • 📦Domains
    • ⌛Chart View
    • 💻Scripting
    • 💡Menus
    • ⌨️Keyboard Shortcuts
    • ❓Preferences
    • 👔Project Management
  • Flying Logic 4 Scripting Guide
    • 🏁Getting Started
    • Online Resources
    • Predefined Variables
    • Classes
      • Application
      • CalendarEvent
      • Color
      • Date
      • Document
      • Domain
      • Edge
      • EntityClass
      • Entity
      • FontSpec
      • GraphElemFilter
      • GraphElem
      • GraphOperator
      • Group
      • Junctor
      • LayoutLine
      • Resource
      • Symbol
      • TextEditor
      • Time
      • VertexElem
      • VertexOperator
      • Workweek
    • 👉Constants
    • Graphic Symbol Names
    • 📗Importer and Exporter Examples
    • Flying Logic Document Format
  • Thinking with Flying Logic
    • Part I: Introduction
    • About This Book
    • Keys to Great Thinking
    • Part II: The Theory of Constraints Thinking Processes
    • Overview of the Theory of Constraints
    • The Categories of Legitimate Reservation
    • Current Reality Tree
    • Evaporating Cloud: Conflict Resolution
    • Future Reality Tree
    • Prerequisite Tree
    • Transition Tree
    • Strategy & Tactics Tree
    • Part III: Other Techniques
    • Evidence-Based Analysis
    • Concept Maps
Powered by GitBook
On this page
  • Fields
  • Methods
  1. Flying Logic 4 Scripting Guide
  2. Classes

Time

API 1.15

The Time class represents a time during a day. Time instances are immutable. The constructors are accessible from scripts.

Fields

hours

integer

Read only. The hour, from 0 to 23.

minutes

integer

Read only. The minute, from 0 to 59.

seconds

integer

The second, from 0 to 59.

Methods

init( )

Constructs a new Time instance for the current time.

init(time)

Constructs a new Time instance from the given time.

PreviousTextEditorNextVertexElem

Last updated 4 months ago