GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.PremiereTime Struct Reference

Represents a premiere schedule time. Presets (In5Minutes, In1Hour, etc.) store a relative offset and resolve to UtcNow + offset at the moment Resolve() is called, so the premiere time is set relative to when each video finishes processing, not when the chain was built. More...

Public Member Functions

override string ToString ()

Static Public Member Functions

static PremiereTime At (DateTime dt)
static implicit operator DateTime (PremiereTime pt)

Properties

static PremiereTime In1Minute [get]
static PremiereTime In5Minutes [get]
static PremiereTime In10Minutes [get]
static PremiereTime In15Minutes [get]
static PremiereTime In30Minutes [get]
static PremiereTime In45Minutes [get]
static PremiereTime In1Hour [get]

Detailed Description

Represents a premiere schedule time. Presets (In5Minutes, In1Hour, etc.) store a relative offset and resolve to UtcNow + offset at the moment Resolve() is called, so the premiere time is set relative to when each video finishes processing, not when the chain was built.

Definition at line 35 of file YouTube.cs.

Member Function Documentation

◆ At()

PremiereTime GenerallyPositive.Browser.PremiereTime.At ( DateTime dt)
static

Definition at line 52 of file YouTube.cs.

◆ operator DateTime()

implicit GenerallyPositive.Browser.PremiereTime.operator DateTime ( PremiereTime pt)
static

Definition at line 56 of file YouTube.cs.

◆ ToString()

override string GenerallyPositive.Browser.PremiereTime.ToString ( )

Definition at line 58 of file YouTube.cs.

Property Documentation

◆ In10Minutes

PremiereTime GenerallyPositive.Browser.PremiereTime.In10Minutes
staticget

Definition at line 46 of file YouTube.cs.

◆ In15Minutes

PremiereTime GenerallyPositive.Browser.PremiereTime.In15Minutes
staticget

Definition at line 47 of file YouTube.cs.

◆ In1Hour

PremiereTime GenerallyPositive.Browser.PremiereTime.In1Hour
staticget

Definition at line 50 of file YouTube.cs.

◆ In1Minute

PremiereTime GenerallyPositive.Browser.PremiereTime.In1Minute
staticget

Definition at line 44 of file YouTube.cs.

◆ In30Minutes

PremiereTime GenerallyPositive.Browser.PremiereTime.In30Minutes
staticget

Definition at line 48 of file YouTube.cs.

◆ In45Minutes

PremiereTime GenerallyPositive.Browser.PremiereTime.In45Minutes
staticget

Definition at line 49 of file YouTube.cs.

◆ In5Minutes

PremiereTime GenerallyPositive.Browser.PremiereTime.In5Minutes
staticget

Definition at line 45 of file YouTube.cs.


The documentation for this struct was generated from the following file: