tree: e62bc02678f44713d70cb362610d93ac24c55488 [path history] [tgz]
  1. c/
  2. cpp/
  3. rust/
  4. BUILD.gn
  5. OWNERS
  6. README.md
examples/time/README.md

Time examples

This directory contains examples of Fuchsia-specific time operations. For more details on handling time in Fuchsia, see the documentation.

Building

To add this project to your build, append --with //examples/time to your fx set invocation.

If you do not already have one running, start a package server so the example components can be resolved from your device:

$ fx serve

Running

To run one of the example components defined here, provide the full component URL to run:

  • C

    $ ffx component run 'fuchsia-pkg://fuchsia.com/time-examples#meta/c-time-example.cm'
    
  • C++

    $ ffx component run 'fuchsia-pkg://fuchsia.com/time-examples#meta/cpp-time-example.cm'
    
  • Rust

    $ ffx component run 'fuchsia-pkg://fuchsia.com/time-examples#meta/rust-time-example.cm'
    

You can see the messages printed by the sample using fx log.