TimeKeeper Derived Type

type, public :: TimeKeeper


Inherits

type~~timekeeper~~InheritsGraph type~timekeeper TimeKeeper type~dateandtime DateAndTime type~timekeeper->type~dateandtime startDAT

Contents


Type-Bound Procedures

procedure, public, :: lapTime

  • private function lapTime(self)

    Arguments

    Type IntentOptional Attributes Name
    class(TimeKeeper) :: self

    Return Value real

procedure, public, :: erapsedTime

  • private function erapsedTime(self)

    Arguments

    Type IntentOptional Attributes Name
    class(TimeKeeper), intent(in) :: self

    Return Value real

procedure, public, :: startDateAndTime

  • private function startDateAndTime(self) result(str)

    Arguments

    Type IntentOptional Attributes Name
    class(TimeKeeper), intent(in) :: self

    Return Value character(len=:), allocatable