TimecodeTimeFrom(Int64, Int64, Int64, Int64) Method

[Missing <summary> documentation for "M:Quine.Schemas.Core.TimecodeTime.From(System.Int64,System.Int64,System.Int64,System.Int64)"]

Definition

Namespace: Quine.Schemas.Core
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public static TimecodeTime From(
	long h,
	long m,
	long s,
	long f
)

Parameters

h  Int64

[Missing <param name="h"/> documentation for "M:Quine.Schemas.Core.TimecodeTime.From(System.Int64,System.Int64,System.Int64,System.Int64)"]

m  Int64

[Missing <param name="m"/> documentation for "M:Quine.Schemas.Core.TimecodeTime.From(System.Int64,System.Int64,System.Int64,System.Int64)"]

s  Int64

[Missing <param name="s"/> documentation for "M:Quine.Schemas.Core.TimecodeTime.From(System.Int64,System.Int64,System.Int64,System.Int64)"]

f  Int64

[Missing <param name="f"/> documentation for "M:Quine.Schemas.Core.TimecodeTime.From(System.Int64,System.Int64,System.Int64,System.Int64)"]

Return Value

TimecodeTime

See Also