public sealed class SchedulingDuration : IMessage<SchedulingDuration>, IEquatable<SchedulingDuration>, IDeepCloneable<SchedulingDuration>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class SchedulingDuration.
A SchedulingDuration represents a fixed-length span of time represented
as a count of seconds and fractions of seconds at nanosecond
resolution. It is independent of any calendar and concepts like "day"
or "month". Range is approximately 10,000 years.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSchedulingDuration\u003c/code\u003e class in the Backup and DR Service v1 API represents a fixed-length time span, measured in seconds and nanoseconds, independent of calendar dates, with a range of approximately 10,000 years.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing various functionalities like message handling, equality comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSchedulingDuration\u003c/code\u003e class has two constructors, one default and one that takes another \u003ccode\u003eSchedulingDuration\u003c/code\u003e object as a parameter for initialization.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties \u003ccode\u003eHasNanos\u003c/code\u003e and \u003ccode\u003eHasSeconds\u003c/code\u003e which are booleans, as well as \u003ccode\u003eNanos\u003c/code\u003e and \u003ccode\u003eSeconds\u003c/code\u003e, which are an \u003ccode\u003eint\u003c/code\u003e and \u003ccode\u003elong\u003c/code\u003e respectively, to manage the nanosecond and second-based time spans.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eSchedulingDuration\u003c/code\u003e is version 2.1.0.\u003c/p\u003e\n"]]],[],null,[]]