Expand description

SecondOfMinute

SecondOfMinute As Number

Example:

let x = SecondOfMinuteAsStructI8(0); // First second of the minute
let x = SecondOfMinuteAsStructI8(59); // Last second of the minute

SecondOfMinute As “SS” format

Examples:

let x = SecondOfMinuteAsSSAsStructStr("00"); // First second of the minute
let x = SecondOfMinuteAsSSAsStructStr("59"); // Last second of the minute

SecondOfMinute As Name

Example:

let x = SecondOfMinuteAsNameAsStructStr("First second of the minute");
let x = SecondOfMinuteAsNameAsStructStr("Last second of the minute");

Structs

Type Definitions