cron-0.6.0: Cron datatypes and Attoparsec parser

Copyright(c) Joseph Canero 2016
LicenseMIT
MaintainerJoseph Canero <jmc41493@gmail.com>
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

System.Cron.Internal.Describe.Options

Description

 

Synopsis

Documentation

defaultOpts :: OptionBuilder Source #

Return a builder that creates the default options for describe. The default options are: notVerbose and twelveHourFormat.

twentyFourHourFormat :: OptionBuilder Source #

Return a builder that sets the options to use a 24-hour time format. This changes how hours are described. Using the 24-hour format, all hours are returned as their left-padded numeric value (01:00, 22:00, etc)

twelveHourFormat :: OptionBuilder Source #

Return a builder that sets the options to use a 12-hour time format. This changes how hours are described. Using the 12-hour format, all hours are returned as their left-padded numeric value with their period (01:00 AM, 10:00 PM, etc)

verbose :: OptionBuilder Source #

Return a builder that sets the options to be verbose. A verbose description doesn't eliminate unnecessary information. The only caveat being that month information is only ever displayed if it isn't "*".

notVerbose :: OptionBuilder Source #

Return a builder that sets the options to not be verbose. All information about the described cron schedule is returned. The only caveat being that month information is only ever displayed if it isn't "*".

data Options Source #

Constructors

Opts 

Instances

Default Options Source # 

Methods

def :: Options